From 9a6ac222dec3b74122cf36b68f0f3961d5992b3b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 Jun 2009 13:09:49 +0200 Subject: [PATCH] Revert test setting, add cover dates by default (Bug #8328). --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 2b00a7bd2..c2dbddf17 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -716,7 +716,7 @@ class Kronolith */ public static function addEvents(&$results, &$event, $startDate, $endDate, $showRecurrence, $json, - $coverDates = false) + $coverDates = true) { if ($event->recurs() && $showRecurrence) { /* Recurring Event. */ -- 2.11.0