X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f4c56612d9a9b29c02ac111a5f7e89545f32826e..9494c6e4f474c5687d388b32c167f31cbe0aeb62:/WEB-INF/lib/ttExportHelper.class.php diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index fa358420..c71b856d 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -363,6 +363,9 @@ class ttExportHelper { * 2) Admin usage - used infrequently. * 3) Export - used infrequently. * + * TODO: we also have user registration process without initialized user. + * Perhaps we need a separate helper class for this. Think about it. + * * It is tempting to have a generic function to get things done for * all situations. However, as export and admin access are one-off * operations, while regular system usage is daily and must be efficient,