Changeset b8e6ba19 in github for program/include/rcube_ldap.php
- Timestamp:
- Feb 15, 2012 3:29:33 AM (16 months ago)
- Branches:
- release-0.7
- Children:
- 249303d
- Parents:
- 4dc22dd
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rba36dd03 rb8e6ba19 607 607 for ($i=0; $i < $entry[$attr]['count']; $i++) 608 608 { 609 if (empty($entry[$attr][$i])) 610 continue; 611 609 612 $result = @ldap_read($this->conn, $entry[$attr][$i], '(objectclass=*)', 610 613 $attrib, 0, (int)$this->prop['sizelimit'], (int)$this->prop['timelimit']);
Note: See TracChangeset
for help on using the changeset viewer.
