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:
authormattpiwik <matthieu.aubry@gmail.com>2012-10-24 08:45:24 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-10-24 08:45:24 +0400
commitabd371b120272b85b86269a326513248a8a8f182 (patch)
tree785855285bef727813e2c111c648a6008bfd1d74 /core/RankingQuery.php
parent438d64e01e9f385b29acd89da4debc705f1125a2 (diff)
Without debug statement please Refs #3453
git-svn-id: http://dev.piwik.org/svn/trunk@7294 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index df4ca44cf9..91f9a9ae97 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -351,8 +351,6 @@ class Piwik_RankingQuery
FROM ( $withCounter ) AS withCounter
GROUP BY $groupBy
";
-
- var_dump($groupOthers);
return $groupOthers;
}