forked from extern/egroupware
"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)
|
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)
|
foreach($ids as $key => $id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user