"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', '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,