[Koha-patches] [PATCH] (bug #3412) fix double encoded guided report

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Fri Jul 10 16:50:45 CEST 2009


---
 reports/guided_reports.pl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index 89b4bfc..e9a31bf 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -340,8 +340,6 @@ elsif ( $phase eq 'Save Report' ) {
 }
 
 elsif ($phase eq 'Run this report'){
-    binmode STDOUT, ':utf8';
-
     # execute a saved report
     my $limit  = 20;    # page size. # TODO: move to DB or syspref?
     my $offset = 0;
-- 
1.6.0.4




More information about the Koha-patches mailing list