Revert test setting, add cover dates by default (Bug #8328).
authorJan Schneider <jan@horde.org>
Mon, 8 Jun 2009 11:09:49 +0000 (13:09 +0200)
committerJan Schneider <jan@horde.org>
Mon, 8 Jun 2009 11:11:03 +0000 (13:11 +0200)
kronolith/lib/Kronolith.php

index 2b00a7b..c2dbddf 100644 (file)
@@ -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. */