Changeset 38066281 in github
- Timestamp:
- Sep 4, 2009 1:25:57 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d9b9369
- Parents:
- b24f2c4
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rb24f2c4 r38066281 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.
