From 4368a079f5f88e92e18c5366e80126fe35dc8608 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 29 Aug 2009 20:56:00 +0000 Subject: - Fix gn and givenName should be synonymous in LDAP addressbook (#1485892) --- program/steps/addressbook/func.inc | 1 - program/steps/addressbook/search.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'program/steps') diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 1ea5ad1b6..ebf5546db 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -56,7 +56,6 @@ else if (!empty($_REQUEST['_search']) && isset($_SESSION['search'][$_REQUEST['_search']])) $CONTACTS->set_search_set($_SESSION['search'][$_REQUEST['_search']]); - // set data source env $OUTPUT->set_env('source', $source ? $source : '0'); $OUTPUT->set_env('readonly', $CONTACTS->readonly, false); 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); } -- cgit v1.2.3