forked from extern/egroupware
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['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',
|
||||||
|
Loading…
Reference in New Issue
Block a user