Bug 7679: Fix two SQL queries when using patron attributes
[koha.git] / reports / stats.print.pl
index 1d89520..9495360 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
 
 use strict;
-use CGI;
+#use warnings; FIXME - Bug 2505
+use CGI qw ( -utf8 );
 use C4::Output;
 
 use C4::Auth;