alecpl
2008-12-06 3c884af99bed1eac771c36f1223d2870dc0031e4
- Fix search results page jumps in LDAP addressbook (#1485253)


2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -4,6 +4,7 @@
2008/12/06 (alec)
----------
- Fix sorting of folders with more than 2 levels (#1485569)
- Fix search results page jumps in LDAP addressbook (#1485253)
2008/12/04 (alec)
----------
program/include/rcube_ldap.php
@@ -256,7 +256,7 @@
  function list_records($cols=null, $subset=0)
  {
    // add general filter to query
    if (!empty($this->prop['filter']))
    if (!empty($this->prop['filter']) && empty($this->filter))
    {
      $filter = $this->prop['filter'];
      $this->set_search_set($filter);