X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fissues_stats.pl;h=4b6aa42541710709638143f4cd99b239424f567c;hb=ccb4517b1c05a036886df4b3cde20ac1dbef1bc4;hp=2f8a7e359f011c9355f75a48147e2d1fa73e7c97;hpb=f098258e8cf2d616c6bbc35e44c6a1df47be8517;p=srvgit diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index 2f8a7e359f..4b6aa42541 100755 --- a/reports/issues_stats.pl +++ b/reports/issues_stats.pl @@ -123,7 +123,7 @@ if ($do_it) { print map {$sep.$_->{totalcol}} @$cols; print $sep.@$results[0]->{total}; } - exit(1); # exit either way after $do_it + exit; # exit either way after $do_it } my $dbh = C4::Context->dbh;