]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Removed usage of dropped timestamp field in import.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 2b1b5af361dbf5a06c76c428e148579ee77a7c4d..55fd1540751d482bff408415ea713f48713f2de5 100644 (file)
@@ -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'],