Renamed a function for clarity.
[timetracker.git] / WEB-INF / lib / auth / Auth_ldap.class.php
index b3f5d52..625c478 100644 (file)
@@ -51,7 +51,7 @@
 class Auth_ldap extends Auth {
   var $params;
 
-  function Auth_ldap($params)
+  function __construct($params)
   {
     $this->params = $params;
     if (isset($GLOBALS['smarty'])) {