summaryrefslogtreecommitdiffstats
path: root/application/controllers/EventController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/EventController.php')
-rwxr-xr-xapplication/controllers/EventController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index f7b9277..9c75295 100755
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -852,8 +852,8 @@ class EventController extends Zend_Controller_Action
$cfeventswithoutrepeat[] = $e;
}
- $this->view->events = $events;
- $this->view->others = $others;
+ //$this->view->events = $events;
+ //$this->view->others = $others;
$this->view->overlapswithrepeat = $overlapswithrepeat;
$this->view->cfeventswithrepeat = $cfeventswithrepeat;
$this->view->overlapswithoutrepeat = $overlapswithoutrepeat;