X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e14559f16ec474f993208fde7c9065c2aa3d385a..c4ba91b8e545d337e78496d0b780dc30b46ec05f:/time_delete.php?ds=inline diff --git a/time_delete.php b/time_delete.php index 26b1793c..273cba35 100644 --- a/time_delete.php +++ b/time_delete.php @@ -38,12 +38,6 @@ if (!ttAccessCheck(right_data_entry)) { exit(); } -// Use Custom Fields plugin if we have one. -// if (file_exists("plugins/CustomFields.class.php")) { -// require_once("plugins/CustomFields.class.php"); -// $custom_fields = new CustomFields($user->team_id); -// } - $cl_id = $request->getParameter('id'); $time_rec = ttTimeHelper::getRecord($cl_id, $user->getActiveUser());