CHANGELOG | ●●●●● patch | view | raw | blame | history | |
program/include/rcube_ldap.php | ●●●●● 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);