From: Nik Okuntseff Date: Sun, 28 Oct 2018 14:03:27 +0000 (+0000) Subject: Started to work on multiple grouping in reports. X-Git-Tag: timetracker_1.19-1~759 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/e7d0e39030d3802cb732dab6ada9fbb049b4dc03?ds=inline Started to work on multiple grouping in reports. --- diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1218f7f6..1fd74cce 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 on multiple grouping in reports is ongoing. To be removed when done. +// define('MULTIPLE_GROUP_BY_DEBUG', false);