From 5825fb3b9ad993ace515b6b33a21b677d25bc919 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 2 Apr 2008 08:24:27 +0000 Subject: [PATCH] "fixed typo causing cf's not to be displayed" --- addressbook/inc/class.socontacts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.socontacts.inc.php b/addressbook/inc/class.socontacts.inc.php index f05b0e70c6..40786bff96 100755 --- a/addressbook/inc/class.socontacts.inc.php +++ b/addressbook/inc/class.socontacts.inc.php @@ -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) {