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 <benakamoorthi@fastmail.fm>2013-11-26 02:17:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-11-26 06:29:03 +0400
commitc8880f4afe791835584e2e1580807d232591ded0 (patch)
treef8c784a962e9746a3489b9f34e885a998c7f02d0 /core/ArchiveProcessor.php
parent88b7991cb3f3eafadf5834e300152ca917ec5792 (diff)
Refs #4200, fixing typo in method name and tweaking docs.
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index b901c7fb6a..11aba86122 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -70,8 +70,6 @@ use Piwik\Period;
*
* $maxRowsInTable = Config::getInstance()->General['datatable_archiving_maximum_rows_standard'];j
*
- * $myDataTable = // ... use LogAggregator to generate a report about some log data ...
- *
* $dataTable = // ... build by aggregating visits ...
* $serializedData = $dataTable->getSerialized($maxRowsInTable, $maxRowsInSubtable = $maxRowsInTable,
* $columnToSortBy = Metrics::INDEX_NB_VISITS);