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

@ -1,4 +1,5 @@
7.5.6
- fixed: events get start/end time even when none specified (also can offset start/end day)
- fixed: event related links may not work with some group names
- Use UTF8 for database connection when connecting to MySQL
- Internationalized Calendar templates

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