X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5210e7673369389701814dab3bf646b7a0d98437..51818601ad6bd5fafcbc93e171b51f9eaf98486c:/WEB-INF/lib/ttExportHelper.class.php 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) {