Fix: Removed debug print
This commit is contained in:
parent
2750b1a298
commit
a8784faa1e
@ -505,13 +505,13 @@ class Export
|
|||||||
{
|
{
|
||||||
$indice=$key;
|
$indice=$key;
|
||||||
$foundindice++;
|
$foundindice++;
|
||||||
print "Found indice = ".$indice." for dataset=".$datatoexport."\n";
|
//print "Found indice = ".$indice." for dataset=".$datatoexport."\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (empty($foundindice))
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
$sql=$this->build_sql($indice, $array_selected, $array_filterValue);
|
$sql=$this->build_sql($indice, $array_selected, $array_filterValue);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user