Skip to content
Snippets Groups Projects
Commit a8784faa authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed debug print

parent 2750b1a2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment