Changed title on week view to Week from Time.
[timetracker.git] / cf_custom_field_add.php
index 8227d25..c0dc255 100644 (file)
@@ -45,6 +45,7 @@ if (count($fields) >= 1) {
   header('Location: access_denied.php');
   exit();
 }
+// End of access checks.
 
 if ($request->isPost()) {
   $cl_field_name = trim($request->getParameter('name'));