From df04be473e9d2724dc3f504e1f781d9ab30dc658 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Fri, 10 Jul 2009 16:49:59 +0200 Subject: [PATCH] (bug #3412) fix double encoded guided report Signed-off-by: Henri-Damien LAURENT --- reports/guided_reports.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index c1b9694409..ad1ba6f2b8 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; -- 2.39.5