Fix: var_dump must be commented
This commit is contained in:
parent
66cf1419ca
commit
6a11016a21
@ -353,7 +353,7 @@ if ($step == 4 && $action == 'submitFormField')
|
|||||||
if (is_array($objexport->array_export_TypeFields[0]))
|
if (is_array($objexport->array_export_TypeFields[0]))
|
||||||
{
|
{
|
||||||
$_SESSION["export_FilterValue_fields"]=array();
|
$_SESSION["export_FilterValue_fields"]=array();
|
||||||
var_dump($_POST);
|
//var_dump($_POST);
|
||||||
foreach($objexport->array_export_TypeFields[0] as $code => $type) // $code: s.fieldname $value: Text|Boolean|List:ccc
|
foreach($objexport->array_export_TypeFields[0] as $code => $type) // $code: s.fieldname $value: Text|Boolean|List:ccc
|
||||||
{
|
{
|
||||||
$newcode=(string) preg_replace('/\./','_',$code);
|
$newcode=(string) preg_replace('/\./','_',$code);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user