From 09460258d1d198a77f41815502a79c521599d893 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 19 Jul 2016 20:32:34 +0000 Subject: [PATCH] Removed a not used function. --- WEB-INF/lib/common.lib.php | 7 ------- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/WEB-INF/lib/common.lib.php b/WEB-INF/lib/common.lib.php index 2f3fd5b2..81c870f8 100644 --- a/WEB-INF/lib/common.lib.php +++ b/WEB-INF/lib/common.lib.php @@ -130,13 +130,6 @@ function import($class_name) { } - function closeConnection() { - if (isset($GLOBALS["_DB_CONNECTION"])) { - $GLOBALS["_DB_CONNECTION"]->close(); - unset($GLOBALS["_DB_CONNECTION"]); - } - } - // time_to_decimal converts a time string such as 1:15 to its decimal representation such as 1.25 or 1,25. function time_to_decimal($val) { global $user; diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 1a7c40b7..5edd99ae 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.26.3506 | Copyright © Anuko | +  Anuko Time Tracker 1.9.26.3507 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1