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:
authorsgiehl <stefangiehl@gmail.com>2012-11-23 02:36:18 +0400
committersgiehl <stefangiehl@gmail.com>2012-11-23 02:36:18 +0400
commit36c5c261e03700b1640f4f3265916bae7d465eb9 (patch)
treeabeaec3e75ea5af28754f470547a12ab1a188c21 /plugins/VisitTime
parent90e56b9734eceb3d5f4cd4c575358f5b215dbeef (diff)
small code improvements
git-svn-id: http://dev.piwik.org/svn/trunk@7533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/VisitTime.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index d2b91ac4d7..fbb9ffa84b 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -192,7 +192,6 @@ class Piwik_VisitTime extends Piwik_Plugin
if($query === false) return;
- $goalByServerTime = array();
while($row = $query->fetch())
{
if(!isset($this->interestByServerTime[$row['label']][Piwik_Archive::INDEX_GOALS][$row['idgoal']])) $this->interestByServerTime[$row['label']][Piwik_Archive::INDEX_GOALS][$row['idgoal']] = $archiveProcessing->getNewGoalRow($row['idgoal']);