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

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index ad1ba6f..7c4fc9c 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -382,7 +382,7 @@ elsif ($phase eq 'Run this report'){
 }      
 
 elsif ($phase eq 'Export'){
-    binmode STDOUT, ':utf8';
+    #binmode STDOUT, ':utf8'; #MR
 
     # export results to tab separated text or CSV
     my $sql    = $input->param('sql');  # FIXME: use sql from saved report 
ID#, not new user-supplied SQL!
-- 
1.6.0.6

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to