Changeset 2923 in subversion
- Timestamp:
- Sep 4, 2009 1:25:57 PM (4 years 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
r2921 r2923 57 57 if (preg_match('/^(.+)_field$/', $prop, $matches)) 58 58 $this->fieldmap[$matches[1]] = $this->_attr_name(strtolower($value)); 59 60 // make sure 'required_fields' is an array 61 if (!is_array($this->prop['required_fields'])) 62 $this->prop['required_fields'] = (array) $this->prop['required_fields']; 59 63 60 64 foreach ($this->prop['required_fields'] as $key => $val)
Note: See TracChangeset
for help on using the changeset viewer.
