]> wagnertech.de Git - timetracker.git/blobdiff - timesheet_view.php
Started redesign of timesheets feature.
[timetracker.git] / timesheet_view.php
index 27956c9d7552310144d6ff5aa1e19515dff877b4..e86b2df771e2efa1bd60e53bdba8be4f1ab67817 100644 (file)
@@ -30,7 +30,7 @@ require_once('initialize.php');
 import('ttTimesheetHelper');
 
 // Access checks.
-if (!(ttAccessAllowed('view_own_timesheets') || ttAccessAllowed('view_timesheets') || ttAccessAllowed('view_all_timesheets') || ttAccessAllowed('view_client_timesheets'))) {
+if (!(ttAccessAllowed('view_own_timesheets') || ttAccessAllowed('view_timesheets') || ttAccessAllowed('view_all_timesheets'))) {
   header('Location: access_denied.php');
   exit();
 }