summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-08-29 20:56:00 +0000
committeralecpl <alec@alec.pl>2009-08-29 20:56:00 +0000
commit4368a079f5f88e92e18c5366e80126fe35dc8608 (patch)
tree2769b950d7304c81e1ee984b411ae503c040c3a7 /program/steps/addressbook/func.inc
parent08ff050efc63045d7c3bd54a35add68c3f90ada2 (diff)
- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r--program/steps/addressbook/func.inc1
1 files changed, 0 insertions, 1 deletions
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);