mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"removing replacements for empty cf's (finally)"
This commit is contained in:
parent
722903656b
commit
7c5b6c94d6
@ -126,6 +126,7 @@ class addressbook_merge // extends bo_merge
|
|||||||
// set all not yet set custom fields, as empty cf's are not stored!
|
// set all not yet set custom fields, as empty cf's are not stored!
|
||||||
foreach(array_keys($this->contacts->customfields) as $name)
|
foreach(array_keys($this->contacts->customfields) as $name)
|
||||||
{
|
{
|
||||||
|
$name = '$$#'.$name.'$$';
|
||||||
if (!isset($replacements[$name]))
|
if (!isset($replacements[$name]))
|
||||||
{
|
{
|
||||||
$replacements[$name] = '';
|
$replacements[$name] = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user