calendar.cgi: first day events before start of day

In calendar view events before the configured start of day where
excluded from query, because start time default was start of day.
This commit is contained in:
Milan
2020-02-22 14:57:17 +01:00
parent 9a85c74b38
commit 0e2fc1dbf9

View File

@@ -244,6 +244,7 @@ sub showCalendar {
delete $options->{date_range_include};
}
}
$options->{from_time} = '00:00' if defined $options->{from_date};
$options->{draft} = 0 unless $params->{list} == 1;