Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-11-08 02:46:58 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-08 03:00:47 +0300
commit68d77438edb1a492c9ef7943c16ac9874175b362 (patch)
treef5904b96eeefa21836b4033df180f5cdace544fb /plugins/Events/API.php
parent949adebcc57524bd49c61eba6fda670c46654630 (diff)
Converted most other processed metric calculation to use ProcessedMetric class.
Diffstat (limited to 'plugins/Events/API.php')
-rw-r--r--plugins/Events/API.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Events/API.php b/plugins/Events/API.php
index 890979db2c..d81144f855 100644
--- a/plugins/Events/API.php
+++ b/plugins/Events/API.php
@@ -217,14 +217,5 @@ class API extends \Piwik\Plugin\API
$row->setColumn('label', Piwik::translate('General_NotDefined', Piwik::translate('Events_EventName')));
}
});
-
- // add processed metric avg_event_value
- $dataTable->queueFilter('ColumnCallbackAddColumnQuotient',
- array('avg_event_value',
- 'sum_event_value',
- 'nb_events_with_value',
- $precision = 2,
- $shouldSkipRows = true)
- );
}
} \ No newline at end of file