Bug 8727 Minor stylistic change to help text
[koha.git] / reports / issues_stats.pl
index 2f8a7e3..4b6aa42 100755 (executable)
@@ -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;