summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-11-14 17:51:43 +0100
committerBjörn Geiger2011-11-14 17:51:43 +0100
commitf8939cfaa12a2a1ad3f207ceb67f850ea61f7f02 (patch)
tree15e94445d4b698c1c72a5199b602ffea2e0960c7 /application/controllers/StatisticsController.php
parentEventController Cleaning: API in eigene Klasse ausgelagert (diff)
parentminor (diff)
downloadpoolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.tar.gz
poolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.tar.xz
poolctrl-f8939cfaa12a2a1ad3f207ceb67f850ea61f7f02.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
Diffstat (limited to 'application/controllers/StatisticsController.php')
-rwxr-xr-xapplication/controllers/StatisticsController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php
index 5bf798e..d840023 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -106,7 +106,6 @@ class StatisticsController extends Zend_Controller_Action
$ret['dataBar'] = $this->eventreportMapper->getSuccessBarCount($poolID);
$ret['dataPieS'] = $this->eventreportMapper->getSuccessPieCount($poolID);
- $ret['dataPieT'] = $this->eventreportMapper->getSuccessTypePieCount($poolID);
echo json_encode($ret);