Remove duplicate constructor thinko.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
Andrew McMillan 2011-01-11 10:10:59 +13:00
parent 4278ace1f7
commit 02182cf087

View File

@ -27,15 +27,6 @@ class ldapDrivers
/**#@-*/
/**
* Constructor.
* @param array $config The configuration data
*/
function ldapDrivers($config){
$this->__construct($config);
}
/**
* Initializes the LDAP connection
*