From fe834b0072fd402cc10c107ad7b3a76c20f86546 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 2 Apr 2013 15:17:31 +0200 Subject: [PATCH] Bug 9951: Followup for tools/viewlog.pl Content-Type: text/plain; charset="utf-8" Adds utf8 cgi parameter decoding. Test plan: Enter diacritics in librarian field. Submit. Check. --- tools/viewlog.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/viewlog.pl b/tools/viewlog.pl index e48aaef..533f00e 100755 --- a/tools/viewlog.pl +++ b/tools/viewlog.pl @@ -21,7 +21,7 @@ use strict; #use warnings; FIXME - Bug 2505 use C4::Auth; -use CGI; +use CGI qw/-utf8/; use C4::Context; use C4::Koha; use C4::Dates; -- 1.7.7.6