Changeset 03e520f in github
- Timestamp:
- Nov 30, 2011 8:49:17 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- b1fa1ab5
- Parents:
- 2d08ec91
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
r2d08ec91 r03e520f 237 237 238 238 if ($this->prop['search_base_dn'] && $this->prop['search_filter']) { 239 if (!empty $this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {239 if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) { 240 240 $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.
