a couple of calendar "fixes"

This commit is contained in:
Matthew Wilson 2006-01-18 15:42:30 +00:00
parent 6266be5b65
commit 00fb318ec5
2 changed files with 3 additions and 2 deletions

View file

@ -138,7 +138,7 @@ sub toHtml {
showsTime : true,
step : 1,
timeFormat : "12",
firstDay : '.$self->session->user->profileField("firstDayOfWeek").'
firstDay : '.$mondayFirst.'
});
</script>';
}