]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttExportHelper2.class.php
Renamed pack tag to org for clarity.
[timetracker.git] / WEB-INF / lib / ttExportHelper2.class.php
index a34c66fa67d90c35b1f6aa309143c2ad6be48a7a..a179769eb626c2e4929f0f9a48ba9efe619e6d0c 100644 (file)
@@ -62,7 +62,7 @@ class ttExportHelper2 {
 
     // Write XML to the file.
     fwrite($file, "<?xml version=\"1.0\"?>\n");
-    fwrite($file, "<pack>\n");
+    fwrite($file, "<org>\n");
 
     // Write group info.
     fwrite($file, "<group currency=\"".$user->currency."\" decimal_mark=\"".$user->decimal_mark."\" lang=\"".$user->lang.
@@ -324,7 +324,7 @@ class ttExportHelper2 {
     $this->projectMap = array();
     $this->taskMap = array();
 
-    fwrite($file, "</pack>\n");
+    fwrite($file, "</org>\n");
     fclose($file);
 
     if ($compress) {