summaryrefslogtreecommitdiff
path: root/program/include/rcube_ldap.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-11-08 10:46:03 +0000
committerthomascube <thomas@roundcube.net>2011-11-08 10:46:03 +0000
commit06744da24100473aa8180cf07ec1970987d2f66b (patch)
tree4c045b3a72dda6bede846d2223fc5c8e764eb398 /program/include/rcube_ldap.php
parent3fe6c7082c89c0a8454e015beb08899b36b3b83e (diff)
Implement common setters for debug mode
Diffstat (limited to 'program/include/rcube_ldap.php')
-rw-r--r--program/include/rcube_ldap.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php
index ab891e3ea..4fb379254 100644
--- a/program/include/rcube_ldap.php
+++ b/program/include/rcube_ldap.php
@@ -1358,6 +1358,18 @@ class rcube_ldap extends rcube_addressbook
/**
+ * Activate/deactivate debug mode
+ *
+ * @param boolean $dbg True if LDAP commands should be logged
+ * @access public
+ */
+ function set_debug($dbg = true)
+ {
+ $this->debug = $dbg;
+ }
+
+
+ /**
* Quotes attribute value string
*
* @param string $str Attribute value