"weekday starts pref contained only monday"

This commit is contained in:
Ralf Becker 2009-10-22 16:55:09 +00:00
parent b74cf30404
commit 9850e07dd2

View File

@ -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,