X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttExportHelper.class.php;h=d40ce4528efcecf7373b3264271e6bde2a986eb9;hb=03c03896828d818303c12dfe2e368f5bd9e7dbae;hp=0c30b2f7667b25a6aa70ef5398b9ae917bd6382d;hpb=9e3d2ed2e3128245418e5cf5aff39f8695958d9a;p=timetracker.git diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index 0c30b2f7..d40ce452 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -305,6 +305,8 @@ class ttExportHelper { " show_custom_field_1=\"".$fav_report['show_custom_field_1']."\"". " show_work_units=\"".$fav_report['show_work_units']."\"". " 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");