]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/auth/Auth_ldap.class.php
Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / auth / Auth_ldap.class.php
index b3f5d52a2fc619c58efb8f3e21ca205abe89aaae..625c47828df7a0b1c13f3151d6fa06d79c3af787 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'])) {