]> wagnertech.de Git - timetracker.git/commitdiff
Renamed pack tag to org for clarity.
authorNik Okuntseff <support@anuko.com>
Mon, 5 Nov 2018 12:43:27 +0000 (12:43 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 5 Nov 2018 12:43:27 +0000 (12:43 +0000)
WEB-INF/lib/ttExportHelper.class.php
WEB-INF/lib/ttExportHelper2.class.php
WEB-INF/templates/footer.tpl

index 26c801d484015ab9e6b646208ba6d51db9401122..c5e7802d8400cbc47a2368702cb41bf338765f2b 100644 (file)
@@ -59,7 +59,7 @@ class ttExportHelper {
 
     // 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.
@@ -321,7 +321,7 @@ class ttExportHelper {
     $this->projectMap = array();
     $this->taskMap = array();
 
-    fwrite($file, "</pack>\n");
+    fwrite($file, "</org>\n");
     fclose($file);
 
     if ($compress) {
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) {
index 45a12a655ff12d6403a6b4686fa7467830638daa..9581fdb9ac165eea50f5f454608f3177bb825810 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.07.4364 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.07.4365 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>