X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..19f245ff861895c99c3f04fbc53404564bb44267:/WEB-INF/lib/ttImportHelper.class.php diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index c3e1859b..806dfdbf 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -117,6 +117,7 @@ class ttImportHelper { 'name' => $this->teamData['NAME'], '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'], @@ -391,4 +392,3 @@ class ttImportHelper { return true; } } -?> \ No newline at end of file