Bug 17600: Standardize our EXPORT_OK
[srvgit] / catalogue / item-export.pl
index fbc69bf..0867376 100755 (executable)
@@ -21,7 +21,7 @@ use Modern::Perl;
 
 use CGI;
 
-use C4::Auth;
+use C4::Auth qw( get_template_and_user );
 use C4::Output;
 
 my $cgi = CGI->new;