From: Galen Charlton Date: Mon, 29 Apr 2013 22:03:45 +0000 (-0700) Subject: Revert "Bug 9951: Followup for tools/viewlog.pl" X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=5948badf43bd30e5a6c52f30f440f400bcdbb51c;p=koha.git Revert "Bug 9951: Followup for tools/viewlog.pl" This reverts commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c. Rolling back bug 6554 work until we have more comprehensive tests. --- diff --git a/tools/viewlog.pl b/tools/viewlog.pl index 533f00ede0..e48aaef4c5 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 qw/-utf8/; +use CGI; use C4::Context; use C4::Koha; use C4::Dates;