X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fbor_issues_top.pl;h=6ad34955cf33c5258e9ee0acca0b254f907f9f54;hb=95bf6fb012609f9e8a757759e6bf78b7a295b6e7;hp=126cdef8c57bf9758cec50f3f93321a16858fa7e;hpb=8136a31f543a2bf6204f8164fe3a0a04a24bc471;p=koha_gimpoz diff --git a/reports/bor_issues_top.pl b/reports/bor_issues_top.pl index 126cdef8c5..6ad34955cf 100755 --- a/reports/bor_issues_top.pl +++ b/reports/bor_issues_top.pl @@ -102,7 +102,7 @@ if ($do_it) { print join($sep, map {$_->{totalcol}} @$cols); print $sep.@$results[0]->{total}; } - exit(0); + exit; } my $dbh = C4::Context->dbh;