Increase default consolidation by 1

This commit is contained in:
Nathan Gray 2015-12-29 16:28:29 +00:00
parent 061498c79a
commit 4792b69802

View File

@ -297,7 +297,7 @@ class calendar_hooks
'name' => 'day_consolidate', 'name' => 'day_consolidate',
'values'=> $consolidated, 'values'=> $consolidated,
'help' => 'How many seperate calendars to show before merging them together', 'help' => 'How many seperate calendars to show before merging them together',
'default'=> 5 'default'=> 6
), ),
'week_consolidate' => array( 'week_consolidate' => array(
'type' => 'select', 'type' => 'select',
@ -305,7 +305,7 @@ class calendar_hooks
'name' => 'week_consolidate', 'name' => 'week_consolidate',
'values'=> $consolidated, 'values'=> $consolidated,
'help' => 'How many seperate calendars to show before merging them together', 'help' => 'How many seperate calendars to show before merging them together',
'default'=> 3 'default'=> 4
), ),
'display_holidays_event' => array( 'display_holidays_event' => array(
'type' => 'select', 'type' => 'select',