]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Removing legacy lock interval in days - replaced by Locking plugin.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 67d60dff235b902d6f4427ad3b3ff4868ddf9020..29c537f360289f849dba960f49220e53a044aa95 100644 (file)
@@ -118,7 +118,6 @@ class ttImportHelper {
           'address' => $this->teamData['ADDRESS'],
           'currency' => $this->teamData['CURRENCY'],
           'lock_spec' => $this->teamData['LOCK_SPEC'],
-          'lock_interval' => $this->teamData['LOCK_INTERVAL'],
           'lang' => $this->teamData['LANG'],
           'decimal_mark' => $this->teamData['DECIMAL_MARK'],
           'date_format' => $this->teamData['DATE_FORMAT'],