diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-06 17:51:50 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-06 17:51:50 +0000 |
| commit | 247f70c36118d0fa2a67b95568073d7207148532 (patch) | |
| tree | aeea45822d8d15e5cd28654bad9fe82997675372 | |
| parent | 1c0d57518e19e34ed17ea17477e0753c7070e6e4 (diff) | |
* committing patch from #1484593 (re-open if this breaks anything)
git-svn-id: https://svn.roundcube.net/trunk@1025 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_ldap.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.inc b/roundcubemail/program/include/rcube_ldap.inc index 3de018426..608365269 100644 --- a/roundcubemail/program/include/rcube_ldap.inc +++ b/roundcubemail/program/include/rcube_ldap.inc @@ -1,5 +1,4 @@ <?php - /* +-----------------------------------------------------------------------+ | program/include/rcube_ldap.inc | @@ -288,7 +287,7 @@ class rcube_ldap // add general filter to query if (!empty($this->prop['filter'])) - $filter = '(&'.$this->prop['filter'] . $filter . ')'; + $filter = '(&('.$this->prop['filter'] .')' . $filter . ')'; // set filter string and execute search $this->set_search_set($filter); |
