Bug 17600: Standardize our EXPORT_OK
[srvgit] / circ / add_message.pl
index 1c9630a..ee90af3 100755 (executable)
@@ -21,7 +21,7 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
+use C4::Auth qw( get_template_and_user );
 use C4::Output;
 use Koha::Patron::Message;