diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-10 15:53:03 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-10 15:53:03 (GMT) |
commit | 358dbe256020ed05699cbf5e9fae4fc5683ba32f (patch) | |
tree | 16ad27eaa879bb3523ec4c8afe7eb005aa6f3ab3 | |
parent | 5b282ccd4f97b1359abd058e7e6afefb167cf916 (diff) | |
download | Net_LDAP3-358dbe256020ed05699cbf5e9fae4fc5683ba32f.tar.gz |
Remove $this->debug check, this variable does not exist
-rw-r--r-- | lib/Net/LDAP3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/LDAP3.php b/lib/Net/LDAP3.php index 311b3d2..5eeb15a 100644 --- a/lib/Net/LDAP3.php +++ b/lib/Net/LDAP3.php @@ -1625,7 +1625,7 @@ class Net_LDAP3 $this->_debug("S: ".($errmsg ? $errmsg : ldap_error($this->conn))); } } - else if ($this->debug) { + else { $this->_debug("S: ".ldap_count_entries($this->conn, $ldap_result)." record(s) found"); } |