X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/926b8d63a0be596b0c95cb55f01addae410af50c..11bfec0ff88b649a934556e8b4812d65715c7509:/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));