- Fix search results page jumps in LDAP addressbook (#1485253)

release-0.6
alecpl 16 years ago
parent 0b5539e3dc
commit 3c884af99b

@ -4,6 +4,7 @@ CHANGELOG RoundCube Webmail
2008/12/06 (alec) 2008/12/06 (alec)
---------- ----------
- Fix sorting of folders with more than 2 levels (#1485569) - Fix sorting of folders with more than 2 levels (#1485569)
- Fix search results page jumps in LDAP addressbook (#1485253)
2008/12/04 (alec) 2008/12/04 (alec)
---------- ----------

@ -256,7 +256,7 @@ class rcube_ldap
function list_records($cols=null, $subset=0) function list_records($cols=null, $subset=0)
{ {
// add general filter to query // add general filter to query
if (!empty($this->prop['filter'])) if (!empty($this->prop['filter']) && empty($this->filter))
{ {
$filter = $this->prop['filter']; $filter = $this->prop['filter'];
$this->set_search_set($filter); $this->set_search_set($filter);

Loading…
Cancel
Save