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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-08 08:19:14 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-08 08:19:14 +0400
commitcd0cbab3731b988223e7ad44d78306e18fe3096c (patch)
tree2681dc3b6ee7393c03dca36359a9c9bb8c22d63c /core/Tracker/Generator
parent9d95e1016eb204db445c263975f990b9d59d7f4d (diff)
fixes #803 - remove unnecessary require_once from core, plugins, and parts of
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.)
Diffstat (limited to 'core/Tracker/Generator')
-rw-r--r--core/Tracker/Generator/Tracker.php1
-rw-r--r--core/Tracker/Generator/Visit.php2
2 files changed, 0 insertions, 3 deletions
diff --git a/core/Tracker/Generator/Tracker.php b/core/Tracker/Generator/Tracker.php
index faed70fb99..0bff866e2a 100644
--- a/core/Tracker/Generator/Tracker.php
+++ b/core/Tracker/Generator/Tracker.php
@@ -9,7 +9,6 @@
* @package Piwik_Tracker
*/
-
/**
* Fake Piwik_Tracker that:
* - overwrite the sendHeader method so that no headers are sent.
diff --git a/core/Tracker/Generator/Visit.php b/core/Tracker/Generator/Visit.php
index ff21b78739..9d6f8c6043 100644
--- a/core/Tracker/Generator/Visit.php
+++ b/core/Tracker/Generator/Visit.php
@@ -9,7 +9,6 @@
* @package Piwik_Tracker
*/
-
/**
* Fake Piwik_Tracker_Visit class that overwrite all the Time related method to be able
* to setup a given timestamp for the generated visitor and actions.
@@ -44,4 +43,3 @@ class Piwik_Tracker_Generator_Visit extends Piwik_Tracker_Visit
}
}
-