]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/config.php.dist
Made Allow overlap a configurable option.
[timetracker.git] / WEB-INF / config.php.dist
index fed4eea59a393285170e871b8038311f6bdb035b..e4fb3c0a31b16d547362756dede2099c96d82aa8 100644 (file)
@@ -70,12 +70,6 @@ define('APP_NAME', '');
 // define('OLD_PASSWORDS', true);
 
 
-// Holidays. At this time holiday days are defined in the localization files (one file per language).
-// The SHOW_HOLIDAYS option defines whether holidays are highlighted with holiday color.
-//
-define('SHOW_HOLIDAYS', true);
-
-
 // COST_ON_REPORTS - defines the availability of the Cost field on the Reports page.
 //
 define('COST_ON_REPORTS', true);
@@ -92,11 +86,6 @@ define('COST_ON_REPORTS', true);
 // define('FUTURE_ENTRIES', false);
 
 
-// ALLOW_OVERLAP - defines whether overlapping time entries are allowed. Defaults to false.
-//
-// define('ALLOW_OVERLAP', true);
-
-
 // WEEKEND_START_DAY
 //
 // This option defines which days are highlighted with weekend color.