X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a8a4278a6a87c600835890a10c774dfdc58e930a..f39d6bdcde7c4de3f38dc63e500824d28aa1939c:/task_add.php diff --git a/task_add.php b/task_add.php index a5149e84..eaaba5e8 100644 --- a/task_add.php +++ b/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);