From: hickert Date: Thu, 26 Aug 2010 10:36:24 +0000 (+0000) Subject: Updated variable names X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5687dbbe340c5919123d20621d353741aa2eda7;p=gosa.git Updated variable names git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19460 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/statistics/chartClasses/class_actionSelectChart.inc b/gosa-core/plugins/generic/statistics/chartClasses/class_actionSelectChart.inc index 2fecae2d4..c70ad3830 100644 --- a/gosa-core/plugins/generic/statistics/chartClasses/class_actionSelectChart.inc +++ b/gosa-core/plugins/generic/statistics/chartClasses/class_actionSelectChart.inc @@ -21,11 +21,11 @@ class actionSelectChart extends statChart $dataSet = new pData; $seriesCnt = 0; - if(!isset($gData['actionsAndCategoryPerInterval'][$this->current_action])){ - $this->current_action = key($gData['actionsAndCategoryPerInterval']); + if(!isset($gData['actionTypeGraph'][$this->current_action])){ + $this->current_action = key($gData['actionTypeGraph']); } - $dataBase = $gData['actionsAndCategoryPerInterval'][$this->current_action]; + $dataBase = $gData['actionTypeGraph'][$this->current_action]; foreach($dataBase as $category => $entriesPerDate){ if(empty($category) || in_array($category, $this->skipSeries)) continue; @@ -97,7 +97,7 @@ class actionSelectChart extends statChart $current = $this->current_action; $str = " "._("Action").": ". "