X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..8fce71f594124d3d6e91d8a3ef25209a7ca180fa:/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