X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=labels%2Flabel-home.pl;h=3690c506fb484b322d3aebd8b65a6ca3f90372d1;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=4b3381c33c20dd5a60a01533e9d2f117367a24ef;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/labels/label-home.pl b/labels/label-home.pl index 4b3381c33c..3690c506fb 100755 --- a/labels/label-home.pl +++ b/labels/label-home.pl @@ -22,8 +22,8 @@ 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 = CGI->new; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(