Changeset 5208 in subversion
- Timestamp:
- Sep 12, 2011 11:57:08 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5162 r5208 686 686 687 687 // Verify that the required fields are set. 688 $missing = null; 688 689 foreach ($this->prop['required_fields'] as $fld) { 689 $missing = null;690 690 if (!isset($newentry[$fld])) { 691 691 $missing[] = $fld;
Note: See TracChangeset
for help on using the changeset viewer.
