Changeset 5517 in subversion


Ignore:
Timestamp:
Nov 30, 2011 8:49:17 AM (18 months ago)
Author:
alec
Message:
  • Fix parse error from last commit (grrrrr, do tests before commit!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r5515 r5517  
    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.