forked from extern/egroupware
Change maximum weeks in multiple-week view from 4 to 9
This commit is contained in:
parent
8d6a2166b4
commit
8c3e8c8d84
@ -158,7 +158,7 @@ class calendar_hooks
|
||||
{
|
||||
$times = Api\Etemplate\Widget\Select::typeOptions('select-hour', '');
|
||||
}
|
||||
for ($i = 2; $i <= 4; ++$i)
|
||||
for ($i = 2; $i <= 9; ++$i)
|
||||
{
|
||||
$muliple_weeks[$i] = lang('%1 weeks',$i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user