till
2008-02-06 7e344087de3f151dda7618e950b43c23664776a3
* committing patch from #1484593 (re-open if this breaks anything)

1 files modified
3 ■■■■ changed files
program/include/rcube_ldap.inc 3 ●●●● patch | view | raw | blame | history
program/include/rcube_ldap.inc
@@ -1,5 +1,4 @@
<?php
/*
 +-----------------------------------------------------------------------+
 | program/include/rcube_ldap.inc                                        |
@@ -288,7 +287,7 @@
    
    // 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);