]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttSysConfig.class.php
Fix the last deprecation notices on class names for PHP 7+ (#26)
[timetracker.git] / WEB-INF / lib / ttSysConfig.class.php
index 56100b855f6ae965a723c8b2255915830f3eedd0..cb7637d15303926d2a94c46bb64b5e78e07ac2c3 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();
   }