mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"avoid $$fields in RTF Dodument instead of emty values"
This commit is contained in:
parent
0d799b6896
commit
a879dd4055
@ -56,8 +56,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