From 5f1b7a5bed3563565e28a5bf851298d3ed7df8c7 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 25 Mar 2018 20:28:44 +0000 Subject: [PATCH] Fixed typos. --- WEB-INF/lib/ttUser.class.php | 5 ++--- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WEB-INF/lib/ttUser.class.php b/WEB-INF/lib/ttUser.class.php index 85b26d51..3461ac5b 100644 --- a/WEB-INF/lib/ttUser.class.php +++ b/WEB-INF/lib/ttUser.class.php @@ -305,14 +305,13 @@ class ttUser { if ($one_user['id'] == $this->behalf_id) return true; } - return false; } // adjustBehalfId attempts to adjust behalf_id and behalf_name to a first found - // aapropriate user. + // apropriate user. // - // Needed for situations when use does not have do_own_something right. + // Needed for situations when user does not have do_own_something right. // Example: has view_charts but does not have view_own_charts. // In this case we still allow access to charts, but set behalf_id to someone else. function adjustBehalfId() { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d003b9bd..7a02ae7b 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.71.4164 | Copyright © Anuko | +  Anuko Time Tracker 1.17.71.4165 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1