From 3519d87e69137c7d7a33295371e0715bae61cbe3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 14 Nov 2011 15:26:53 +0100 Subject: some clean up --- application/controllers/StatisticsController.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/controllers/StatisticsController.php') diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php index 7416ec5..1a38423 100755 --- a/application/controllers/StatisticsController.php +++ b/application/controllers/StatisticsController.php @@ -104,7 +104,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); -- cgit v1.2.3-55-g7522