summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-25 19:38:49 +0200
committerSebastian Wagner2011-10-25 19:38:49 +0200
commitfbaf34d674dcd4a09fa5c89e7c0eb3587703ab66 (patch)
treead7eb89577892ba2b0ac9e5edf0853548b85dece /application/controllers
parentverschiedenes (diff)
downloadpoolctrl-fbaf34d674dcd4a09fa5c89e7c0eb3587703ab66.tar.gz
poolctrl-fbaf34d674dcd4a09fa5c89e7c0eb3587703ab66.tar.xz
poolctrl-fbaf34d674dcd4a09fa5c89e7c0eb3587703ab66.zip
bugfix
Diffstat (limited to 'application/controllers')
-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;