mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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!
|
||||
foreach(array_keys($this->contacts->customfields) as $name)
|
||||
{
|
||||
$name = '$$#'.$name.'$$';
|
||||
if (!isset($replacements[$name]))
|
||||
{
|
||||
$replacements[$name] = '';
|
||||
|
Loading…
Reference in New Issue
Block a user