X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Fview_holdsqueue.pl;h=cff29c7b14503408d41ffc55d66d59b6c82b6ab9;hb=e20270fec4f6d34f01050bea4c5765d5b3c4ed33;hp=54fe66e27b88b2d9da4c1ad8f8990edf72835c4e;hpb=b3aebd1f53cba3b58c55204c53fb9450ab1faab3;p=koha-ffzg.git diff --git a/circ/view_holdsqueue.pl b/circ/view_holdsqueue.pl index 54fe66e27b..cff29c7b14 100755 --- a/circ/view_holdsqueue.pl +++ b/circ/view_holdsqueue.pl @@ -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;