weekday starts pref contained only monday

This commit is contained in:
Ralf Becker 2009-11-02 13:08:21 +00:00
parent e5335026ec
commit 6e8c917110

View File

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