]> wagnertech.de Git - timetracker.git/blobdiff - cron.php
Resuming refactoring report related functions.
[timetracker.git] / cron.php
index 1b586cf0f88cca148efdd93222b82467eaf2caba..7d766992c7d3e9672495884b4e4bcb98340fbe19 100644 (file)
--- a/cron.php
+++ b/cron.php
@@ -66,9 +66,9 @@ while ($val = $res->fetchRow()) {
   $user = new ttUser(null, $options['user_id']);
   if (!$user->id) continue; // Skip not found user.
 
   $user = new ttUser(null, $options['user_id']);
   if (!$user->id) continue; // Skip not found user.
 
-  // TODO: write a new function ttFavReportHelper::adjustReportOptions that will use
-  // a $user objected recycled above. Put user handling below into it.
-  // Also adjust all other options for potentially changed user access rights and group properties.
+  // TODO: write a new function ttFavReportHelper::adjustOptions that will use
+  // a $user objecte recycled above. Put user handling below into it.
+  // Also adjust remaining options for potentially changed user access rights and group properties.
   // For example, tracking mode may have changed, but fav report options are still old...
   // This needs to be fixed.
 
   // For example, tracking mode may have changed, but fav report options are still old...
   // This needs to be fixed.