From c4ba91b8e545d337e78496d0b780dc30b46ec05f Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 28 Mar 2016 13:39:44 +0000 Subject: [PATCH] Removed commented code --- WEB-INF/templates/footer.tpl | 2 +- time_delete.php | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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()); -- 2.20.1