fix extrafields linnktoObject Thirdpary option showAdress
This commit is contained in:
parent
1173059e7b
commit
72e0250117
@ -6222,7 +6222,6 @@ class Form
|
|||||||
$obj = $this->db->fetch_object($resql);
|
$obj = $this->db->fetch_object($resql);
|
||||||
$label = '';
|
$label = '';
|
||||||
$tmparray = explode(',', $fieldstoshow);
|
$tmparray = explode(',', $fieldstoshow);
|
||||||
|
|
||||||
foreach ($tmparray as $key => $val)
|
foreach ($tmparray as $key => $val)
|
||||||
{
|
{
|
||||||
$val = preg_replace('/t\./', '', $val);
|
$val = preg_replace('/t\./', '', $val);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user