From 233a7aabdd96f1ae25f6a28115f5d7bd1c364fa0 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 21 Mar 2018 03:55:26 +0000 Subject: [PATCH] Removed usage of dropped timestamp field in import. --- WEB-INF/lib/ttImportHelper.class.php | 1 - WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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} -- 2.20.1