mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:07 +01:00
commented out not working code
This commit is contained in:
parent
baa574dd42
commit
ed7b31d496
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user