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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user