Aleksander Machniak
2013-06-19 fae90da582ba7ac8ce6c0fdf753bbc6c7f7cbf9f
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;
    }
    /**