X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftask_add.php;h=fd1fb46493df9fea6620d1c981e34ed6fe22edee;hb=a575a9147976a06263d8a7eae006d6ba3372446e;hp=a976ac5c9217186c3a1b1ae126a08eb8041301f2;hpb=dd2ba64b1b4aaddacec2b9f6763c0ed7a35efc3b;p=timetracker.git 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);