From a8784faa1efe168cf89b185c0e42a74062050dfd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Aug 2013 13:24:12 +0200 Subject: [PATCH] Fix: Removed debug print --- htdocs/exports/class/export.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/exports/class/export.class.php b/htdocs/exports/class/export.class.php index 43a36b9df57..a5a4abcd440 100644 --- a/htdocs/exports/class/export.class.php +++ b/htdocs/exports/class/export.class.php @@ -505,13 +505,13 @@ class Export { $indice=$key; $foundindice++; - print "Found indice = ".$indice." for dataset=".$datatoexport."\n"; + //print "Found indice = ".$indice." for dataset=".$datatoexport."\n"; break; } } if (empty($foundindice)) { - $this->error="ErrorBadParameter can't find dataset ".$datatoexport." into preload aray this->array_export_code"; + $this->error="ErrorBadParameter can't find dataset ".$datatoexport." into preload arrays this->array_export_code"; return -1; } $sql=$this->build_sql($indice, $array_selected, $array_filterValue);