X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Ftools-home.pl;h=842ae6887401b4b71e677b735d558f0278a75872;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=4a4ed2ceef35c8122d6050c5c53f6b7b99ef16fc;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/tools/tools-home.pl b/tools/tools-home.pl index 4a4ed2ceef..842ae68874 100755 --- a/tools/tools-home.pl +++ b/tools/tools-home.pl @@ -18,9 +18,9 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use C4::Auth; -use C4::Output; -use C4::Tags qw/get_count_by_tag_status/; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); +use C4::Tags qw( get_count_by_tag_status ); use Koha::Reviews; my $query = CGI->new;