mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"fixed typo causing cf's not to be displayed"
This commit is contained in:
parent
801d387582
commit
5825fb3b9a
@ -323,7 +323,7 @@ class socontacts
|
||||
{
|
||||
return array(); // ldap does not support custom-fields (non-nummeric uid)
|
||||
}
|
||||
if (is_null($fields)) $fields = array_keys($this->customfields);
|
||||
if (is_null($field_names)) $field_names = array_keys($this->customfields);
|
||||
|
||||
foreach($ids as $key => $id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user