Changeset 5518 in subversion for branches/release-0.7/program/include/rcube_ldap.php
- Timestamp:
- Nov 30, 2011 8:49:42 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/program/include/rcube_ldap.php
r5516 r5518 229 229 230 230 if ($this->prop['search_base_dn'] && $this->prop['search_filter']) { 231 if (!empty $this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {231 if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) { 232 232 $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); 233 233 }
Note: See TracChangeset
for help on using the changeset viewer.
