diff options
author | alecpl <alec@alec.pl> | 2011-11-29 08:44:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-29 08:44:53 +0000 |
commit | 6bddd9ba44e4dcb69e8d22fcaf21ec017d78e0fc (patch) | |
tree | e023a5ef0f23f568e33ea91627090479b1b9a8a8 /program | |
parent | 50ee4cc91fa388133091ef68236f7ff0639dabdc (diff) |
- Fix identation
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcube_ldap.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 4bb058062..0733955bb 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -744,12 +744,12 @@ class rcube_ldap extends rcube_addressbook $this->result = new rcube_result_set(0); - if (!$this->ldap_result) { + if (!$this->ldap_result) { $this->_debug("S: ".ldap_error($this->conn)); - return $this->result; - } + return $this->result; + } - $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)"); + $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)"); // get all entries of this page and post-filter those that really match the query $search = mb_strtolower($value); |