diff options
author | alecpl <alec@alec.pl> | 2009-08-29 20:56:00 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-29 20:56:00 +0000 |
commit | 4368a079f5f88e92e18c5366e80126fe35dc8608 (patch) | |
tree | 2769b950d7304c81e1ee984b411ae503c040c3a7 /program/steps/addressbook/search.inc | |
parent | 08ff050efc63045d7c3bd54a35add68c3f90ada2 (diff) |
- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
Diffstat (limited to 'program/steps/addressbook/search.inc')
-rw-r--r-- | program/steps/addressbook/search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index 01233a0bd..790db060d 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -32,7 +32,7 @@ if ($result->count > 0) { // save search settings in session $_SESSION['search'][$search_request] = $CONTACTS->get_search_set(); - + // create javascript list rcmail_js_contacts_list($result); } |