program/lib/Roundcube/rcube_ldap_generic.php
@@ -77,9 +77,8 @@ * Object constructor * * @param array $p LDAP connection properties * @param boolean $debug Enables debug mode */ 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; } /**