Changeset 5930 in subversion
- Timestamp:
- Feb 29, 2012 6:53:52 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5878 r5930 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.
