reverted rev 33740 because this breaks contact expansion for infologs - sorry - jaytraxxs mistake - a final solution will follow ASAP

This commit is contained in:
Christian Binder 2011-02-07 17:19:44 +00:00
parent 31a8c3b51c
commit 320297bae1

View File

@ -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;
}