From: Nik Okuntseff Date: Wed, 21 Mar 2018 03:55:26 +0000 (+0000) Subject: Removed usage of dropped timestamp field in import. X-Git-Tag: timetracker_1.19-1~988 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=233a7aabdd96f1ae25f6a28115f5d7bd1c364fa0;p=timetracker.git Removed usage of dropped timestamp field in import. --- diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index 2b1b5af3..55fd1540 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -245,7 +245,6 @@ class ttImportHelper { if ($name == 'LOG_ITEM' && $this->canImport) { $this->logMap[$this->currentElement['ID']] = ttTimeHelper::insert(array( - 'timestamp' => $this->currentElement['TIMESTAMP'], 'user_id' => $this->userMap[$this->currentElement['USER_ID']], 'date' => $this->currentElement['DATE'], 'start' => $this->currentElement['START'], diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 9f114559..1d95f5ec 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.64.4122 | Copyright © Anuko | +  Anuko Time Tracker 1.17.64.4123 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}