From: Thierry Pasqualier Date: Thu, 25 Oct 2007 06:22:24 +0000 (+0000) Subject: Display ongoing events which begin or end on the current day X-Git-Tag: v7.86~2914 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9a1386e97f95ea82ad655e0e71d9de043787afaa Display ongoing events which begin or end on the current day --- diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index dc2195058..9f8ec9950 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -952,7 +952,7 @@ void calendar_day_view_display_events(time_t thetime, wprintf(_("Ongoing event")); wprintf(")\n"); } - else if (!all_day_event && !ongoing_event && !notime_events) + else if (!all_day_event && !notime_events) { gap++;