Fix complex export model loading
This commit is contained in:
parent
0a1a07aa22
commit
10c973f38f
@ -373,7 +373,7 @@ if ($step == 2 && $action == 'select_model')
|
|||||||
$result = $objexport->fetch($exportmodelid);
|
$result = $objexport->fetch($exportmodelid);
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
$fieldsarray=explode(',', $objexport->hexa);
|
$fieldsarray=preg_split("/,(?! [^(]*\))/", $objexport->hexa);
|
||||||
$i=1;
|
$i=1;
|
||||||
foreach($fieldsarray as $val)
|
foreach($fieldsarray as $val)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user