summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-23 16:51:51 +0200
committerBjörn Geiger2011-08-23 16:51:51 +0200
commit5ee31caadbba451d7d57319b51b8017894e8cb3e (patch)
treef6a6c2b7a50e670404b2ab850bcec499ac36b36e /application
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-5ee31caadbba451d7d57319b51b8017894e8cb3e.tar.gz
poolctrl-5ee31caadbba451d7d57319b51b8017894e8cb3e.tar.xz
poolctrl-5ee31caadbba451d7d57319b51b8017894e8cb3e.zip
kleine Korrektur
Diffstat (limited to 'application')
-rw-r--r--application/controllers/EventController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index c606179..04ec298 100644
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -748,7 +748,7 @@ class EventController extends Zend_Controller_Action
foreach($bootResultDecode as $k => $eventResult) {
$eventResult->$resultShortcutName = sprintf('%s', $eventResult->$resultShortcutName);
- if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName = 'not founded') {
+ if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName == 'not founded') {
continue;
}
$result = $this->eventMapper->findBy(array("title" => $k));
@@ -798,7 +798,7 @@ class EventController extends Zend_Controller_Action
$results['shutdown results'] = $shutdownResultDecode;
foreach($shutdownResultDecode as $k => $eventResult) {
$eventResult->$resultShortcutName = sprintf('%s', $eventResult->$resultShortcutName);
- if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName = 'not founded') {
+ if($eventResult->$resultShortcutName == "not finished" || $eventResult->$resultShortcutName == 'not founded') {
continue;
}
$result = $this->eventMapper->findBy(array("title" => $k));