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:
authorjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commitbbf160900148fb607e6895d397817ac941f172b5 (patch)
tree3aefa1faafe28e7d6c2157b8a09d0d3a0e368841 /modules/DataTable/Filter/ReplaceColumnNames.php
parentb9df3534d2e8b59d114c12e4b161fc5355c9f116 (diff)
Convert txt files to unix format0.1.3
Diffstat (limited to 'modules/DataTable/Filter/ReplaceColumnNames.php')
-rw-r--r--modules/DataTable/Filter/ReplaceColumnNames.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/modules/DataTable/Filter/ReplaceColumnNames.php b/modules/DataTable/Filter/ReplaceColumnNames.php
index 2b33bc04aa..4296128511 100644
--- a/modules/DataTable/Filter/ReplaceColumnNames.php
+++ b/modules/DataTable/Filter/ReplaceColumnNames.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_DataTable
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_DataTable
+ */
+
/**
* This filter replaces column names using a mapping table that maps from the old name to the new name.
*