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:
authorbenakamoorthi <benaka.moorthi@gmail.com>2012-12-15 03:14:47 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2012-12-15 03:14:47 +0400
commit1fe21f2ac9abfa79f22e519ef6bfcf8418f0bd89 (patch)
treef354084d5a6e49135198912bee27097c05c50287 /core/Archive.php
parent0f41b11d15e076b307a5de38b0f744e53a5c309b (diff)
Refs #3440, remove non-archived metrics from Piwik_Archive::$actionMetrics.
git-svn-id: http://dev.piwik.org/svn/trunk@7621 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 63251f8487..64661a3dd2 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -171,16 +171,6 @@ abstract class Piwik_Archive
'nb_searches',
'nb_keywords',
'nb_hits',
- 'sum_time_spent',
- 'exit_nb_uniq_visitors',
- 'exit_nb_visits',
- 'sum_daily_exit_nb_uniq_visitors',
- 'entry_nb_uniq_visitors',
- 'sum_daily_entry_nb_uniq_visitors',
- 'entry_nb_visits',
- 'entry_nb_actions',
- 'entry_sum_visit_length',
- 'entry_bounce_count',
'nb_hits_following_search',
);