From 67a13c3f72e0b43cfcfc2ff2f8022e3b4da08263 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 30 Nov 2011 13:49:17 +0000 Subject: - Fix parse error from last commit (grrrrr, do tests before commit!) git-svn-id: https://svn.roundcube.net/trunk@5517 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_ldap.php') diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index 4d65bfa7a..aa8035696 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/program/include/rcube_ldap.php @@ -236,7 +236,7 @@ class rcube_ldap extends rcube_addressbook $replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u); if ($this->prop['search_base_dn'] && $this->prop['search_filter']) { - if (!empty$this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) { + if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) { $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); } -- cgit v1.2.3