]> wagnertech.de Git - timetracker.git/commitdiff
Renamed constructor function.
authorNik Okuntseff <support@anuko.com>
Mon, 5 Nov 2018 13:17:29 +0000 (13:17 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 5 Nov 2018 13:17:29 +0000 (13:17 +0000)
WEB-INF/lib/ttImportHelper.class.php
WEB-INF/lib/ttImportHelper2.class.php

index 69af9e12cd9beac5c6b2218d3726632af59d21ff..42c7102be6a46f0f9fd3a2f2d71cd9af26c852a8 100644 (file)
@@ -67,7 +67,7 @@ class ttImportHelper {
   var $logMap        = array(); // Time log ids.
 
   // Constructor.
   var $logMap        = array(); // Time log ids.
 
   // Constructor.
-  function ttImportHelper(&$errors) {
+  function __construct(&$errors) {
     $this->errors = &$errors;
   }
 
     $this->errors = &$errors;
   }
 
index 58bfa8866349d3636148f5e996a71a5073266f4f..5de6d8c59de69247eb9212a5d9e334b074064aed 100644 (file)
@@ -51,7 +51,7 @@ class ttImportHelper2 {
   var $firstPass      = true;    // True during first pass through the file.
 
   // Constructor.
   var $firstPass      = true;    // True during first pass through the file.
 
   // Constructor.
-  function ttImportHelper2(&$errors) {
+  function __construct(&$errors) {
     $this->errors = &$errors;
   }
 
     $this->errors = &$errors;
   }