* committing patch from #1484593 (re-open if this breaks anything)

release-0.6
till 17 years ago
parent 58dd6ef88e
commit 7e344087de

@ -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);

Loading…
Cancel
Save