]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Fixed team export to include revamped roles.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 9ce34ff7eabb6201caeca5c140a1a82efeccc014..5bc7d77a73086ddffefc3de8ee99364164cd7710 100644 (file)
@@ -52,8 +52,8 @@ class ttImportHelper {
 
   // The following arrays are maps between entity ids in the file versus the database.
   // In the file they are sequential (1,2,3...) while in the database the entities have different ids.
-  var $userMap       = array(); // User ids.
   var $roleMap       = array(); // Role ids.
+  var $userMap       = array(); // User ids.
   var $projectMap    = array(); // Project ids.
   var $taskMap       = array(); // Task ids.
   var $clientMap     = array(); // Client ids.