program/lib/Roundcube/rcube_ldap_generic.php
@@ -76,10 +76,9 @@ /** * Object constructor * * @param array $p LDAP connection properties * @param boolean $debug Enables debug mode * @param array $p LDAP connection properties */ function __construct($p, $debug = false) function __construct($p) { $this->config = $p; @@ -88,8 +87,6 @@ if (!is_array($p['hosts']) && !empty($p['host'])) $this->config['hosts'] = array($p['host']); $this->debug = $debug; } /**