]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar_view.c
Display ongoing events which begin or end on the current day
[citadel.git] / webcit / calendar_view.c
index dc21950582269ddb3ba55ee9bd355bc0f57cc17c..9f8ec9950888531e1736c78d1b8eb780bb14ac4c 100644 (file)
@@ -952,7 +952,7 @@ void calendar_day_view_display_events(time_t thetime,
                                wprintf(_("Ongoing event"));
                                wprintf(")</span></li>\n");
                        }
-                       else if (!all_day_event && !ongoing_event && !notime_events)
+                       else if (!all_day_event && !notime_events)
                        {
                                gap++;