http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944
--- Comment #185 from M. Tompsett <[email protected]> --- Comment on attachment 28062 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28062 Bug 11944: use CGI( -utf8 ) everywhere Review of attachment 28062: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11944&attachment=28062) ----------------------------------------------------------------- ::: members/guarantor_search.pl @@ +24,4 @@ > #use warnings; FIXME - Bug 2505 > use C4::Auth; > use C4::Output; > +use CGI qw ( -utf8 ); We have a merge conflict against master now. :( -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
