X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rotating_collections%2FeditCollections.pl;h=28a23e58675bd2a476a8142882bada58597b977b;hb=2d724ae68e3fb1bcf7de5dcf825a5b00f85c958f;hp=6955291b61cb78d55118192281b30f7c865881af;hpb=6f204fdf96f16340da184aa27142a391871dcc37;p=srvgit diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl index 6955291b61..28a23e5867 100755 --- a/rotating_collections/editCollections.pl +++ b/rotating_collections/editCollections.pl @@ -20,8 +20,8 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use C4::Output; -use C4::Auth; +use C4::Output qw( output_html_with_http_headers ); +use C4::Auth qw( get_template_and_user ); use C4::Context; use C4::RotatingCollections;