summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-28 13:51:19 +0200
committerBjörn Geiger2011-10-28 13:51:19 +0200
commitb9fd50fc4ece4a3102d884f05aa455afadb0297a (patch)
treefdddf9e12a21ad954079f1e52918d9de6c62d134
parentStatistics korrigiert (diff)
downloadpoolctrl-b9fd50fc4ece4a3102d884f05aa455afadb0297a.tar.gz
poolctrl-b9fd50fc4ece4a3102d884f05aa455afadb0297a.tar.xz
poolctrl-b9fd50fc4ece4a3102d884f05aa455afadb0297a.zip
Statistics korrigiert
-rwxr-xr-xapplication/models/EventreportMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/EventreportMapper.php b/application/models/EventreportMapper.php
index b785f4a..11dacbc 100755
--- a/application/models/EventreportMapper.php
+++ b/application/models/EventreportMapper.php
@@ -192,7 +192,7 @@ class Application_Model_EventreportMapper
$result = $stmt->fetchAll(PDO::FETCH_NUM);
foreach ($result as $r) {
- $ret1 = array((int)$r[0],'Successful');
+ $ret1 = array((int)$r[0],'Succeeded');
$ret2 = array((int)$r[1],'Failed');
$return[] = array($ret1,$ret2);
}