alecpl
2011-11-30 03e520f1bacf8f231fc3866cf8e7fa3361326cdd
- Fix parse error from last commit (grrrrr, do tests before commit!)


1 files modified
2 ■■■ changed files
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -236,7 +236,7 @@
            $replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
            if ($this->prop['search_base_dn'] && $this->prop['search_filter']) {
                if (!empty$this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
                if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
                    $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']);
                }