From: Nik Okuntseff Date: Thu, 13 Dec 2018 17:33:21 +0000 (+0000) Subject: Cosmetic, changed return values. X-Git-Tag: timetracker_1.19-1~418 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8f1159deac6c05f4d864cd140d9c66f007601e7e;p=timetracker.git Cosmetic, changed return values. --- 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}