From 02182cf087c44c902ebbd068e22c1311b7dc21dc Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 11 Jan 2011 10:10:59 +1300 Subject: [PATCH] Remove duplicate constructor thinko. Signed-off-by: Andrew McMillan --- inc/drivers_ldap.php | 9 --------- 1 file changed, 9 deletions(-) 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 *