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
commit862724121b8a0649bd983cd24c769006b40cec99 (patch)
tree399ba025aced393df840394ea4be1b731d90d3de /modules/DataTable/Filter/PatternRecursive.php
parent25a42b5ef313cf0555ee7a7a341a49af6f1b40a7 (diff)
Convert txt files to unix format0.1.4
Diffstat (limited to 'modules/DataTable/Filter/PatternRecursive.php')
-rw-r--r--modules/DataTable/Filter/PatternRecursive.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/DataTable/Filter/PatternRecursive.php b/modules/DataTable/Filter/PatternRecursive.php
index 452e826f27..d242985785 100644
--- a/modules/DataTable/Filter/PatternRecursive.php
+++ b/modules/DataTable/Filter/PatternRecursive.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
+ */
+
/**
* Delete all rows for which
* - the given $columnToFilter do not contain the $patternToSearch
@@ -40,7 +40,7 @@ class Piwik_DataTable_Filter_PatternRecursive extends Piwik_DataTable_Filter
{
$table = $this->table;
}
- $rows = $table->getRows();
+ $rows = $table->getRows();
foreach($rows as $key => $row)
{