Changeset 5879 in subversion


Ignore:
Timestamp:
Feb 15, 2012 3:29:33 AM (15 months ago)
Author:
thomasb
Message:

Backported r5878 to 0.7 release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/program/include/rcube_ldap.php

    r5872 r5879  
    607607        for ($i=0; $i < $entry[$attr]['count']; $i++) 
    608608        { 
     609            if (empty($entry[$attr][$i])) 
     610                continue; 
     611 
    609612            $result = @ldap_read($this->conn, $entry[$attr][$i], '(objectclass=*)', 
    610613                $attrib, 0, (int)$this->prop['sizelimit'], (int)$this->prop['timelimit']); 
Note: See TracChangeset for help on using the changeset viewer.