mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
reverted rev 33740 because this breaks contact expansion for infologs - sorry - jaytraxxs mistake - a final solution will follow ASAP
This commit is contained in:
parent
31a8c3b51c
commit
320297bae1
@ -101,7 +101,6 @@ class infolog_merge extends bo_merge
|
|||||||
// Add markers
|
// Add markers
|
||||||
foreach($array as $key => &$value)
|
foreach($array as $key => &$value)
|
||||||
{
|
{
|
||||||
if($key == 'info_link') continue; // not used for merge
|
|
||||||
if(!$value) $value = '';
|
if(!$value) $value = '';
|
||||||
$info['$$'.($prefix ? $prefix.'/':'').$key.'$$'] = $value;
|
$info['$$'.($prefix ? $prefix.'/':'').$key.'$$'] = $value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user