From 4792b69802061adc2c27ee0f2e8e0aab19b05a8b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 29 Dec 2015 16:28:29 +0000 Subject: [PATCH] Increase default consolidation by 1 --- calendar/inc/class.calendar_hooks.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 28e46436ad..0137f9b777 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -297,7 +297,7 @@ class calendar_hooks 'name' => 'day_consolidate', 'values'=> $consolidated, 'help' => 'How many seperate calendars to show before merging them together', - 'default'=> 5 + 'default'=> 6 ), 'week_consolidate' => array( 'type' => 'select', @@ -305,7 +305,7 @@ class calendar_hooks 'name' => 'week_consolidate', 'values'=> $consolidated, 'help' => 'How many seperate calendars to show before merging them together', - 'default'=> 3 + 'default'=> 4 ), 'display_holidays_event' => array( 'type' => 'select',