From 51818601ad6bd5fafcbc93e171b51f9eaf98486c Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 5 Nov 2018 12:43:27 +0000 Subject: [PATCH] Renamed pack tag to org for clarity. --- WEB-INF/lib/ttExportHelper.class.php | 4 ++-- WEB-INF/lib/ttExportHelper2.class.php | 4 ++-- WEB-INF/templates/footer.tpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index 26c801d4..c5e7802d 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -59,7 +59,7 @@ class ttExportHelper { // Write XML to the file. fwrite($file, "\n"); - fwrite($file, "\n"); + fwrite($file, "\n"); // Write group info. fwrite($file, "currency."\" decimal_mark=\"".$user->decimal_mark."\" lang=\"".$user->lang. @@ -321,7 +321,7 @@ class ttExportHelper { $this->projectMap = array(); $this->taskMap = array(); - fwrite($file, "\n"); + fwrite($file, "\n"); fclose($file); if ($compress) { diff --git a/WEB-INF/lib/ttExportHelper2.class.php b/WEB-INF/lib/ttExportHelper2.class.php index a34c66fa..a179769e 100644 --- a/WEB-INF/lib/ttExportHelper2.class.php +++ b/WEB-INF/lib/ttExportHelper2.class.php @@ -62,7 +62,7 @@ class ttExportHelper2 { // Write XML to the file. fwrite($file, "\n"); - fwrite($file, "\n"); + fwrite($file, "\n"); // Write group info. fwrite($file, "currency."\" decimal_mark=\"".$user->decimal_mark."\" lang=\"".$user->lang. @@ -324,7 +324,7 @@ class ttExportHelper2 { $this->projectMap = array(); $this->taskMap = array(); - fwrite($file, "\n"); + fwrite($file, "\n"); fclose($file); if ($compress) { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 45a12a65..9581fdb9 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.07.4364 | Copyright © Anuko | +  Anuko Time Tracker 1.18.07.4365 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1