mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"weekday starts pref contained only monday"
This commit is contained in:
parent
b74cf30404
commit
9850e07dd2
@ -292,7 +292,7 @@ class calendar_hooks
|
|||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'weekday starts on',
|
'label' => 'weekday starts on',
|
||||||
'name' => 'weekdaystarts',
|
'name' => 'weekdaystarts',
|
||||||
'values' => 'Monday',
|
'values' => $weekdaystarts,
|
||||||
'help' => 'This day is shown as first day in the week or month view.',
|
'help' => 'This day is shown as first day in the week or month view.',
|
||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
'admin' => False,
|
'admin' => False,
|
||||||
|
Loading…
Reference in New Issue
Block a user