summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-07 17:44:10 +0200
committerSebastian Wagner2011-10-07 17:44:10 +0200
commitbd9b37b87cc771a4b72aa7a62811eac8850bffe1 (patch)
treeba9bc0ceaf96fd051c6164f18b59f4e5ecf14290 /application/controllers/StatisticsController.php
parentminor (diff)
downloadpoolctrl-bd9b37b87cc771a4b72aa7a62811eac8850bffe1.tar.gz
poolctrl-bd9b37b87cc771a4b72aa7a62811eac8850bffe1.tar.xz
poolctrl-bd9b37b87cc771a4b72aa7a62811eac8850bffe1.zip
some changes
Diffstat (limited to 'application/controllers/StatisticsController.php')
-rwxr-xr-xapplication/controllers/StatisticsController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php
index 93e63a7..a523683 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -98,7 +98,8 @@ class StatisticsController extends Zend_Controller_Action
}
$ret['dataBar'] = $this->eventreportMapper->getSuccessBarCount($poolID);
- $ret['dataPie'] = $this->eventreportMapper->getSuccessPieCount($poolID);
+ $ret['dataPieS'] = $this->eventreportMapper->getSuccessPieCount($poolID);
+ $ret['dataPieT'] = $this->eventreportMapper->getSuccessTypePieCount($poolID);
echo json_encode($ret);