mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01: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
|
||||
foreach($array as $key => &$value)
|
||||
{
|
||||
if($key == 'info_link') continue; // not used for merge
|
||||
if(!$value) $value = '';
|
||||
$info['$$'.($prefix ? $prefix.'/':'').$key.'$$'] = $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user