X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7b81d0e15ca73f1ee3558f4b042c513933d8735a..a0656da39249cd92f75f9794ae08dd3a009bf7a1:/WEB-INF/lib/ttExportHelper.class.php
diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php
index d0b53395..26c801d4 100644
--- a/WEB-INF/lib/ttExportHelper.class.php
+++ b/WEB-INF/lib/ttExportHelper.class.php
@@ -69,7 +69,7 @@ class ttExportHelper {
"\" plugins=\"".$user->plugins."\" lock_spec=\"".$user->lock_spec."\" workday_minutes=\"".$user->workday_minutes.
"\" config=\"".$user->config.
"\">\n");
- fwrite($file, " group."]]>\n");
+ fwrite($file, " group_name."]]>\n");
fwrite($file, " allow_ip."]]>\n");
fwrite($file, " password_complexity."]]>\n");
fwrite($file, "\n");
@@ -304,7 +304,9 @@ class ttExportHelper {
" show_note=\"".$fav_report['show_note']."\"".
" show_custom_field_1=\"".$fav_report['show_custom_field_1']."\"".
" show_work_units=\"".$fav_report['show_work_units']."\"".
- " group_by=\"".$fav_report['group_by']."\"".
+ " group_by1=\"".$fav_report['group_by1']."\"".
+ " group_by2=\"".$fav_report['group_by2']."\"".
+ " group_by3=\"".$fav_report['group_by3']."\"".
" show_totals_only=\"".$fav_report['show_totals_only']."\">\n");
fwrite($file, " \n");
fwrite($file, " \n");