mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +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',
|
||||
'label' => 'weekday starts on',
|
||||
'name' => 'weekdaystarts',
|
||||
'values' => 'Monday',
|
||||
'values' => $weekdaystarts,
|
||||
'help' => 'This day is shown as first day in the week or month view.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
|
Loading…
Reference in New Issue
Block a user