From 7b5184458f52ff3d6b20a514d59d4bb257a8753d Mon Sep 17 00:00:00 2001 From: anuko Date: Sat, 4 Mar 2017 01:09:30 +0000 Subject: [PATCH] Removed unused function. --- WEB-INF/lib/form/ActionForm.class.php | 12 +----------- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/WEB-INF/lib/form/ActionForm.class.php b/WEB-INF/lib/form/ActionForm.class.php index edc15708..ece7ceb9 100644 --- a/WEB-INF/lib/form/ActionForm.class.php +++ b/WEB-INF/lib/form/ActionForm.class.php @@ -99,17 +99,7 @@ class ActionForm { $this->mInitForm = true; } } - - /** - * Init custom variables - * - * @param unknown $request - * @param unknown $respons - */ - function initVariables(&$request, &$respons) { - - } - + function setVariablesNames($namelist) { $this->mVariables = $namelist; } diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 04bd805b..003509d7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.10.38.3621 | Copyright © Anuko | +  Anuko Time Tracker 1.10.38.3622 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1