summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-11-17 12:45:16 +0100
committerBjörn Geiger2011-11-17 12:45:16 +0100
commitdb5fd084c78cd3a3ba859beb400baf9d7b69a764 (patch)
tree407be60c4790161036f3e766930699ae254b958d /application
parentmore clean up (diff)
downloadpoolctrl-db5fd084c78cd3a3ba859beb400baf9d7b69a764.tar.gz
poolctrl-db5fd084c78cd3a3ba859beb400baf9d7b69a764.tar.xz
poolctrl-db5fd084c78cd3a3ba859beb400baf9d7b69a764.zip
pbs2Api klasse korrigiert
Diffstat (limited to 'application')
-rwxr-xr-xapplication/controllers/EventController.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index ab6f913..bb48528 100755
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -1323,9 +1323,9 @@ class EventController extends Zend_Controller_Action
if($event->getPbs_poolID() == 2) {$textColor = 'black';}
else $textColor = 'white';
- $events[] = array(
-
- $events[] = array(
+ $events[] = array(
+
+ $events[] = array(
'id' => $event->getID(),
'title' => $event->getTitle(),
'start' => $event->getStart(),
@@ -1344,8 +1344,8 @@ class EventController extends Zend_Controller_Action
'opacity' => 1,
'immediate' => $event->getImmediate(),
'running' => $event->getRunning(),
- )
- );
+ )
+ );
//}
}
echo json_encode($events);