X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Flib%2FttExportHelper.class.php;h=c71b856da2288a67df3cccdac8efe9ec266eb49b;hb=ecf7d911c95935f8cfb2403f645cd12f93d8c3f5;hp=fa35842024d5a1356c7fd736f8ca4e4fef877343;hpb=a83b2420a2de428f82c8cc64343bd1fdb8ff4a5e;p=timetracker.git 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,