X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fbor_issues_top.pl;h=6ad34955cf33c5258e9ee0acca0b254f907f9f54;hb=37328c709ecb1e8868c4dd8ce344e844647d8715;hp=95fc28766f2556d14b118476bd5ed77a4a15141e;hpb=88b3711ca918877796d8577c54efe3f0aba96673;p=koha_fer diff --git a/reports/bor_issues_top.pl b/reports/bor_issues_top.pl index 95fc28766f..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(1); + exit; } my $dbh = C4::Context->dbh;