From: Nik Okuntseff Date: Mon, 28 Mar 2016 13:39:44 +0000 (+0000) Subject: Removed commented code X-Git-Tag: timetracker_1.19-1~1780 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=inline;h=c4ba91b8e545d337e78496d0b780dc30b46ec05f;p=timetracker.git Removed commented code --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c93ca09c..800e48d6 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.20.3443 | Copyright © Anuko | +  Anuko Time Tracker 1.9.20.3444 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} 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());