X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dd2ba64b1b4aaddacec2b9f6763c0ed7a35efc3b..dfc50841cd4b60eb8f2172044d6dd08785fe3df4:/mobile/tasks.php diff --git a/mobile/tasks.php b/mobile/tasks.php index edb57089..e49498c4 100644 --- a/mobile/tasks.php +++ b/mobile/tasks.php @@ -39,6 +39,7 @@ if (MODE_PROJECTS_AND_TASKS != $user->tracking_mode) { header('Location: feature_disabled.php'); exit(); } +// End of access checks. $smarty->assign('active_tasks', ttTeamHelper::getActiveTasks($user->team_id)); $smarty->assign('inactive_tasks', ttTeamHelper::getInactiveTasks($user->team_id));