Changeset 38dc510 in github
- Timestamp:
- Feb 29, 2012 6:53:52 AM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 737fbe3b
- Parents:
- 7a32e9c
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
r3ed9e80 r38dc510 64 64 * Object constructor 65 65 * 66 * @param array LDAP connection properties66 * @param array LDAP connection properties 67 67 * @param boolean Enables debug mode 68 68 * @param string Current user mail domain name … … 96 96 $this->fieldmap[$rf] = $this->_attr_name(strtolower($lf)); 97 97 } 98 else {98 else if (!empty($p)) { 99 99 // read deprecated *_field properties to remain backwards compatible 100 100 foreach ($p as $prop => $value)
Note: See TracChangeset
for help on using the changeset viewer.
