diff --git a/inc/drivers_ldap.php b/inc/drivers_ldap.php index 2f5a6519..6aa16f45 100644 --- a/inc/drivers_ldap.php +++ b/inc/drivers_ldap.php @@ -27,15 +27,6 @@ class ldapDrivers /**#@-*/ - /** - * Constructor. - * @param array $config The configuration data - */ - function ldapDrivers($config){ - $this->__construct($config); - } - - /** * Initializes the LDAP connection *