summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-29 20:56:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-29 20:56:00 +0000
commit92d9ee54b97a833288e1a338023f883fc9b01d91 (patch)
tree7fec90276e9284ce6173056837d58f32c88fdff6 /roundcubemail/program/steps
parent6fcfe459a57a3e70bd1343c7c3af21b6d0659fe5 (diff)
- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
git-svn-id: https://svn.roundcube.net/trunk@2894 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/addressbook/func.inc1
-rw-r--r--roundcubemail/program/steps/addressbook/search.inc2
2 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc
index 1ea5ad1b6..ebf5546db 100644
--- a/roundcubemail/program/steps/addressbook/func.inc
+++ b/roundcubemail/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/roundcubemail/program/steps/addressbook/search.inc b/roundcubemail/program/steps/addressbook/search.inc
index 01233a0bd..790db060d 100644
--- a/roundcubemail/program/steps/addressbook/search.inc
+++ b/roundcubemail/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);
}