Changeset 2127 in subversion


Ignore:
Timestamp:
Dec 6, 2008 2:08:29 PM (4 years ago)
Author:
alec
Message:
  • Fix search results page jumps in LDAP addressbook (#1485253)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r2126 r2127  
    55---------- 
    66- Fix sorting of folders with more than 2 levels (#1485569) 
     7- Fix search results page jumps in LDAP addressbook (#1485253) 
    78 
    892008/12/04 (alec) 
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r2080 r2127  
    257257  { 
    258258    // add general filter to query 
    259     if (!empty($this->prop['filter'])) 
     259    if (!empty($this->prop['filter']) && empty($this->filter)) 
    260260    { 
    261261      $filter = $this->prop['filter']; 
Note: See TracChangeset for help on using the changeset viewer.