X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Fcirculation-home.pl;h=842f8d965dfd48ca67bd3838f22505109b2ba1f6;hb=7094ea5af32ccc8fc8fad4fc0916486f1c9cfc7a;hp=2ebd0d06dc6c37bf8cbdfc884a34106688727b61;hpb=6a7d1f448d880c00253f3f8d6442a0dc601cffc6;p=koha_fer diff --git a/circ/circulation-home.pl b/circ/circulation-home.pl index 2ebd0d06dc..842f8d965d 100755 --- a/circ/circulation-home.pl +++ b/circ/circulation-home.pl @@ -17,6 +17,7 @@ # use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; @@ -34,7 +35,7 @@ my ($template, $loggedinuser, $cookie) # Checking if there is a Fast Cataloging Framework my $fa = getframeworkinfo('FA'); -$template->param({ fast_cataloging => 1 }) if (defined $fa); +$template->param( fast_cataloging => 1 ) if (defined $fa); output_html_with_http_headers $query, $cookie, $template->output;