X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Fissues_stats.pl;h=4b6aa42541710709638143f4cd99b239424f567c;hb=81d5f9dcdae68037a43c7953be1e91a2fcf92b04;hp=2f8a7e359f011c9355f75a48147e2d1fa73e7c97;hpb=2b2583546456b2621625380d3f04a4f9a773dd6e;p=koha.git 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;