forked from extern/egroupware
commited stefan beckers patch for the replacement of rtf tags:avoid $$fields in RTF Dodument instead of emty values
This commit is contained in:
parent
cdcf216712
commit
a97d64d769
@ -64,8 +64,9 @@ class addressbook_merge // extends bo_merge
|
|||||||
if (!is_array($contact)) return array();
|
if (!is_array($contact)) return array();
|
||||||
|
|
||||||
$replacements = array();
|
$replacements = array();
|
||||||
foreach($contact as $name => $value)
|
foreach(array_keys($this->contacts->contact_fields) as $name)
|
||||||
{
|
{
|
||||||
|
$value = $contact[$name];
|
||||||
switch($name)
|
switch($name)
|
||||||
{
|
{
|
||||||
case 'created': case 'modified':
|
case 'created': case 'modified':
|
||||||
|
Loading…
Reference in New Issue
Block a user