X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttImportHelper.class.php;h=806dfdbf1a55317c5d3b072839c2bc77fef1d12e;hb=92e0c8f474689764e8c10958d48bc4d33bc46c08;hp=c3e1859bf0efdf49bfcad3b37383118ebbbcc790;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git 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