Changeset 5853 in subversion for trunk/roundcubemail/program/include/rcube_ldap.php
- Timestamp:
- Feb 5, 2012 9:17:19 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5850 r5853 555 555 } 556 556 557 for ($i=0; $i < $entries[ "count"]; $i++)557 for ($i=0; $i < $entries['count']; $i++) 558 558 { 559 559 $entry = $entries[$i]; … … 565 565 { 566 566 switch (strtolower($objectclass)) { 567 case "group": 567 568 case "groupofnames": 568 569 case "kolabgroupofnames": … … 578 579 } 579 580 } 580 581 581 582 if ($this->prop['sizelimit'] && count($group_members) > $this->prop['sizelimit']) 582 583 break; … … 1539 1540 for ($j=0; $j < $ldap_data[$i]['objectclass']['count']; $j++) { 1540 1541 switch (strtolower($ldap_data[$i]['objectclass'][$j])) { 1542 case 'group': 1541 1543 case 'groupofnames': 1542 1544 case 'kolabgroupofnames':
Note: See TracChangeset
for help on using the changeset viewer.
