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