Fix the last deprecation notices on class names for PHP 7+ (#26)
[timetracker.git] / WEB-INF / lib / ttSysConfig.class.php
index 56100b8..cb7637d 100644 (file)
@@ -39,7 +39,7 @@ class ttSysConfig {
   var $mdb2 = null;
 
   // Constructor.
-  function ttSysConfig($u_id) {
+  function __construct($u_id) {
     $this->u_id = $u_id;
     $this->mdb2 = getConnection();
   }