Changeset 03e520f in github


Ignore:
Timestamp:
Nov 30, 2011 8:49:17 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
b1fa1ab5
Parents:
2d08ec91
Message:
  • Fix parse error from last commit (grrrrr, do tests before commit!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_ldap.php

    r2d08ec91 r03e520f  
    237237 
    238238            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'])) { 
    240240                    $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); 
    241241                } 
Note: See TracChangeset for help on using the changeset viewer.