commented out not working code

This commit is contained in:
Lars Kneschke 2008-02-08 11:24:04 +00:00
parent baa574dd42
commit ed7b31d496

View File

@ -869,6 +869,8 @@ class so_ldap
$contact['owner'] = 0;
$contact['private'] = 0;
}
/*
* this piece of code does not work, as the call accounts->name2id is wrong
foreach(array(
'creatorsname' => 'creator',
'modifiersname' => 'modifier',
@ -879,6 +881,7 @@ class so_ldap
$contact[$egwFieldName] = $GLOBALS['egw']->accounts->name2id($matches[1],'u');
}
}
*/
foreach(array(
'createtimestamp' => 'created',
'modifytimestamp' => 'modified',