X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fissues_avg_stats.pl;h=372f3c00733f4f6df036a612f427ed791ddbf130;hb=c6337e7ea54d341dfc133d3f201442ab399a1d77;hp=c6a38591004764f0f5c5669ddaa0809a5e13eab5;hpb=bd73c9f9ce8d161a1ed0f2e1205e5c0c8eecb0ae;p=koha_fer diff --git a/reports/issues_avg_stats.pl b/reports/issues_avg_stats.pl index c6a3859100..372f3c0073 100755 --- a/reports/issues_avg_stats.pl +++ b/reports/issues_avg_stats.pl @@ -77,7 +77,7 @@ if ($do_it) { # Printing results to screen $template->param(mainloop => $results); output_html_with_http_headers $input, $cookie, $template->output; - exit(1); + exit; } else { # Printing to a csv file print $input->header(-type => 'application/vnd.sun.xml.calc', @@ -110,7 +110,7 @@ if ($do_it) { print $sep.$col->{totalcol}; } print $sep.@$results[0]->{total}; - exit(1); + exit; } # Displaying choices } else {