From 9850e07dd235a00445a63aaa7880e1eabbf55719 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 22 Oct 2009 16:55:09 +0000 Subject: [PATCH] "weekday starts pref contained only monday" --- calendar/inc/class.calendar_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index ed20d3d8d7..c69d6eb3fc 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -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,