X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2Fimageviewer.pl;h=e9c43a3935e3038d1a273288ae8a0a8e25646d97;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=9cc96c11d64e94d3c798b82de56c7bf84245757c;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/catalogue/imageviewer.pl b/catalogue/imageviewer.pl index 9cc96c11d6..e9c43a3935 100755 --- a/catalogue/imageviewer.pl +++ b/catalogue/imageviewer.pl @@ -20,11 +20,10 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use C4::Auth; -use C4::Biblio; -use C4::Items; -use C4::Output; -use C4::Search; +use C4::Auth qw( get_template_and_user ); +use C4::Items qw( GetItemsInfo ); +use C4::Output qw( output_html_with_http_headers ); +use C4::Search qw( enabled_staff_search_views ); use Koha::Biblios; use Koha::Items;