X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=labels%2Flabel-home.pl;h=3690c506fb484b322d3aebd8b65a6ca3f90372d1;hb=557c09b466308afceff8e196643a0acb08286102;hp=245f22fa857fed3ab8fe78dc462df82b145ba7fa;hpb=638786e719fb297ae976061b09a71f3d788416f4;p=koha-ffzg.git diff --git a/labels/label-home.pl b/labels/label-home.pl index 245f22fa85..3690c506fb 100755 --- a/labels/label-home.pl +++ b/labels/label-home.pl @@ -22,17 +22,16 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use C4::Auth qw(get_template_and_user); -use C4::Output qw(output_html_with_http_headers); +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); -my $cgi = new CGI; +my $cgi = CGI->new; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { template_name => "labels/label-home.tt", query => $cgi, type => "intranet", flagsrequired => { catalogue => 1 }, - debug => 1, } );