X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dd2ba64b1b4aaddacec2b9f6763c0ed7a35efc3b..75ef763b9bd7f515280a6d130e5ad81720d72156:/mobile/task_add.php diff --git a/mobile/task_add.php b/mobile/task_add.php index a976ac5c..fd1fb464 100644 --- a/mobile/task_add.php +++ b/mobile/task_add.php @@ -41,6 +41,7 @@ if (MODE_PROJECTS_AND_TASKS != $user->tracking_mode) { header('Location: feature_disabled.php'); exit(); } +// End of access checks. $projects = ttTeamHelper::getActiveProjects($user->team_id);