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
commit00458c6e4c15b0446b28fa5ed653c154244f8ca7 (patch)
tree74d20e97ca1972049051ca40db57bbbb7d59b9dc /modules/Log/Error.php
parentae61417b1290baf3747e2af999b9401c004e48cd (diff)
Convert txt files to unix format0.1.5
Diffstat (limited to 'modules/Log/Error.php')
-rw-r--r--modules/Log/Error.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/Log/Error.php b/modules/Log/Error.php
index f4346efe1f..af018a8ade 100644
--- a/modules/Log/Error.php
+++ b/modules/Log/Error.php
@@ -1,15 +1,15 @@
-<?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_Log
- * @subpackage Piwik_Log_Error
- */
-
+<?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_Log
+ * @subpackage Piwik_Log_Error
+ */
+
/**
* Class used to log an error event.
*