From: Nik Okuntseff Date: Sun, 18 Nov 2018 16:19:35 +0000 (+0000) Subject: Fixed export for project to task binds. X-Git-Tag: timetracker_1.19-1~624 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4dab570c0194d954b9b0a064c1d5249ffb19981d;p=timetracker.git Fixed export for project to task binds. --- diff --git a/WEB-INF/lib/ttGroupExportHelper.class.php b/WEB-INF/lib/ttGroupExportHelper.class.php index 0e4777a2..0c56117e 100644 --- a/WEB-INF/lib/ttGroupExportHelper.class.php +++ b/WEB-INF/lib/ttGroupExportHelper.class.php @@ -296,6 +296,7 @@ class ttGroupExportHelper { // Write projects. fwrite($this->file, $this->indentation." \n"); foreach ($projects as $project_item) { + $tasks_str = null; if($project_item['tasks']){ $tasks = explode(',', $project_item['tasks']); $tasks_mapped = array(); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index a01384cc..22d4c5e1 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.17.4447 | Copyright © Anuko | +  Anuko Time Tracker 1.18.17.4448 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}