mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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();
|
||||
|
||||
$replacements = array();
|
||||
foreach($contact as $name => $value)
|
||||
foreach(array_keys($this->contacts->contact_fields) as $name)
|
||||
{
|
||||
$value = $contact[$name];
|
||||
switch($name)
|
||||
{
|
||||
case 'created': case 'modified':
|
||||
@ -325,4 +326,4 @@ class addressbook_merge // extends bo_merge
|
||||
|
||||
$GLOBALS['egw']->common->egw_footer();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user