Changeset b8e6ba19 in github for program/include/rcube_ldap.php


Ignore:
Timestamp:
Feb 15, 2012 3:29:33 AM (16 months ago)
Author:
thomascube <thomas@…>
Branches:
release-0.7
Children:
249303d
Parents:
4dc22dd
Message:

Backported r5878 to 0.7 release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_ldap.php

    rba36dd03 rb8e6ba19  
    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.