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:
authormattab <matthieu.aubry@gmail.com>2013-06-18 09:58:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-18 09:58:32 +0400
commit4ab35bb24ca01bccb7d0bfd68c737bb0fcd1b4e8 (patch)
tree32fbd7ee8ed6a3180243a7f10f286ea75b65cf87 /core/Piwik.php
parente61b8958733ede26a524bc228b85a07bacec21c0 (diff)
Moving some logic to Piwik_DataAccess_ArchiveTableCreator
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 2b082b1d22..b21b501342 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -2247,23 +2247,6 @@ class Piwik
}
/**
- * Returns all table names archive_*
- *
- * @return array
- */
- static public function getTablesArchivesInstalled()
- {
- $archiveTables = array();
- $tables = Piwik::getTablesInstalled();
- foreach ($tables as $table) {
- if (strpos($table, 'archive_') !== false) {
- $archiveTables[] = $table;
- }
- }
- return $archiveTables;
- }
-
- /**
* Batch insert into table from CSV (or other delimited) file.
*
* @param string $tableName Name of table