Fix too verbose
This commit is contained in:
parent
fbe8e2731d
commit
4fc8b40b71
@ -1020,8 +1020,8 @@ class EmailCollector extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//var_dump($substitutionarray);
|
//var_dump($substitutionarray);
|
||||||
dol_syslog('substitutionarray='.var_export($substitutionarray, true));
|
//dol_syslog('substitutionarray='.var_export($substitutionarray, true));
|
||||||
//var_dump($substitutionarray);
|
|
||||||
$valuetouse = make_substitutions($valuetouse, $substitutionarray);
|
$valuetouse = make_substitutions($valuetouse, $substitutionarray);
|
||||||
if (preg_match('/^options_/', $tmpproperty)) {
|
if (preg_match('/^options_/', $tmpproperty)) {
|
||||||
$object->array_options[preg_replace('/^options_/', '', $tmpproperty)] = $valuetouse;
|
$object->array_options[preg_replace('/^options_/', '', $tmpproperty)] = $valuetouse;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user