summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ldap.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-29 08:44:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-29 08:44:53 +0000
commit2e56553b595d6fbb17e2abb7684994759fd005d1 (patch)
tree6c0ab8fa37b7a150adb300cf5a3e9a635daa9769 /roundcubemail/program/include/rcube_ldap.php
parent5494bd5595d7767d4792cc61bc6eda2ae8e89a87 (diff)
- Fix identation
git-svn-id: https://svn.roundcube.net/trunk@5508 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_ldap.php')
-rw-r--r--roundcubemail/program/include/rcube_ldap.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php
index 4bb058062..0733955bb 100644
--- a/roundcubemail/program/include/rcube_ldap.php
+++ b/roundcubemail/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);