X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de9b34758cdcbc54e7100c260591143445c3c5cf..264ed2176f4d55449f4a329d6b85fcb48fd50fb4:/WEB-INF/lib/ttImportHelper2.class.php diff --git a/WEB-INF/lib/ttImportHelper2.class.php b/WEB-INF/lib/ttImportHelper2.class.php index 58bfa886..5de6d8c5 100644 --- a/WEB-INF/lib/ttImportHelper2.class.php +++ b/WEB-INF/lib/ttImportHelper2.class.php @@ -51,7 +51,7 @@ class ttImportHelper2 { var $firstPass = true; // True during first pass through the file. // Constructor. - function ttImportHelper2(&$errors) { + function __construct(&$errors) { $this->errors = &$errors; }