Changeset 5793 in subversion
- Timestamp:
- Jan 18, 2012 8:16:04 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcmail.php
r5787 r5793 490 490 if ($ldap_config) { 491 491 $ldap_config = (array) $ldap_config; 492 foreach ($ldap_config as $id => $prop) 492 foreach ($ldap_config as $id => $prop) { 493 // handle misconfiguration 494 if (empty($prop) || !is_array($prop)) { 495 continue; 496 } 493 497 $list[$id] = array( 494 498 'id' => $id, … … 499 503 'autocomplete' => in_array($id, $autocomplete) 500 504 ); 505 } 501 506 } 502 507
Note: See TracChangeset
for help on using the changeset viewer.
