Ignore:
Timestamp:
Nov 30, 2011 8:49:42 AM (18 months ago)
Author:
alec
Message:
  • Merge commit r5517 from trunk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/program/include/rcube_ldap.php

    r5516 r5518  
    229229 
    230230            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'])) { 
    232232                    $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); 
    233233                } 
Note: See TracChangeset for help on using the changeset viewer.