]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttExportHelper.class.php
Fixed export-import for renamed field.
[timetracker.git] / WEB-INF / lib / ttExportHelper.class.php
index d0b53395280b8b1c45ca8fa644d6639a75e2c4f9..0c30b2f7667b25a6aa70ef5398b9ae917bd6382d 100644 (file)
@@ -304,7 +304,7 @@ 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']."\"".
         " show_totals_only=\"".$fav_report['show_totals_only']."\">\n");
       fwrite($file, "    <name><![CDATA[".$fav_report["name"]."]]></name>\n");
       fwrite($file, "  </fav_report>\n");