From 6a2fb5042be34b6a15a2b57816aadefa661ee2c7 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 2 Nov 2018 07:31:22 +0000 Subject: [PATCH] Starting work on subgroups. --- WEB-INF/config.php.dist | 3 +++ WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1218f7f6..3f6fdaf3 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -207,3 +207,6 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// A temporary config option while development of subgroup support is ongoing. To be removed later. +// define('SUBGROUP_DEBUG', false); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ffb9e9c9..a14235f2 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.05.4345 | Copyright © Anuko | +  Anuko Time Tracker 1.18.05.4346 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1