Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Mar 2012 10:23:20 +0000 (11:23 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 26 Mar 2012 14:25:57 +0000 (16:25 +0200)
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
reports/bor_issues_top.pl

index 95fc287..126cdef 100755 (executable)
@@ -102,7 +102,7 @@ if ($do_it) {
                print join($sep, map {$_->{totalcol}} @$cols);
         print $sep.@$results[0]->{total};
     }
-    exit(1);
+    exit(0);
 }
 
 my $dbh = C4::Context->dbh;