Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / circ / view_holdsqueue.pl
index 54fe66e..cff29c7 100755 (executable)
@@ -24,7 +24,7 @@ This script displays items in the tmp_holdsqueue table
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 use C4::Biblio;