Revert "Bug 9951: Followup for tools/viewlog.pl"
authorGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:03:45 +0000 (15:03 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:03:45 +0000 (15:03 -0700)
This reverts commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c.

Rolling back bug 6554 work until we have more comprehensive tests.

tools/viewlog.pl

index 533f00e..e48aaef 100755 (executable)
@@ -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;