From 8f1159deac6c05f4d864cd140d9c66f007601e7e Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 13 Dec 2018 17:33:21 +0000 Subject: [PATCH] Cosmetic, changed return values. --- WEB-INF/lib/ttTimeHelper.class.php | 4 ++-- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WEB-INF/lib/ttTimeHelper.class.php b/WEB-INF/lib/ttTimeHelper.class.php index a8bde987..70844eeb 100644 --- a/WEB-INF/lib/ttTimeHelper.class.php +++ b/WEB-INF/lib/ttTimeHelper.class.php @@ -567,7 +567,7 @@ class ttTimeHelper { $val = $res->fetchRow(); return sec_to_time_fmt_hm($val['sm']); } - return 0; + return false; } // getTimeForMonth - gets total time for a user for a given month. @@ -582,7 +582,7 @@ class ttTimeHelper { $val = $res->fetchRow(); return sec_to_time_fmt_hm($val['sm']); } - return 0; + return false; } // getUncompleted - retrieves an uncompleted record for user, if one exists. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 2b6eb791..5e51061b 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.30.4645 | Copyright © Anuko | +  Anuko Time Tracker 1.18.30.4646 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1