fixed: events get start/end time even when none specified (also can offset start/end day

This commit is contained in:
Graham Knop 2008-03-10 21:57:54 +00:00
parent c1349200be
commit 1443a2964f
2 changed files with 3 additions and 2 deletions

View file

@ -1477,8 +1477,8 @@ sub processPropertiesFromFormPost {
# All day events have no time
if ($form->param("allday")) {
$self->update({
startTime => undef,
endTime => undef,
startTime => '',
endTime => '',
});
}
# Non-allday events need timezone conversion