X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/89fb789af54e5842342ef676fab13da4ab0b1098..25d6ffc5f17d0e016c2ebb5b51a222665834e9e4:/WEB-INF/lib/ttExportHelper.class.php?ds=sidebyside
diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php
index d969b44a..d0b53395 100644
--- a/WEB-INF/lib/ttExportHelper.class.php
+++ b/WEB-INF/lib/ttExportHelper.class.php
@@ -70,6 +70,8 @@ class ttExportHelper {
"\" config=\"".$user->config.
"\">\n");
fwrite($file, " group."]]>\n");
+ fwrite($file, " allow_ip."]]>\n");
+ fwrite($file, " password_complexity."]]>\n");
fwrite($file, "\n");
// Prepare role map.
@@ -301,6 +303,7 @@ class ttExportHelper {
" show_end=\"".$fav_report['show_end']."\"".
" 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']."\"".
" show_totals_only=\"".$fav_report['show_totals_only']."\">\n");
fwrite($file, " \n");