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
path: root/core
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-08-12 22:05:59 +0400
committerrobocoder <anthon.pang@gmail.com>2010-08-12 22:05:59 +0400
commit8de898e651c6735f2b9ca03c2f4797c83c47d34e (patch)
tree8a6e6a4ae46475c5fa8bd119770f8ee7f9f6632f /core
parent3d41b3447e79452731c240db47cd18a8ffe9cde7 (diff)
fix svn:keywords
git-svn-id: http://dev.piwik.org/svn/trunk@2921 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core')
-rw-r--r--core/ScheduledTask.php2
-rw-r--r--core/ScheduledTime.php2
-rw-r--r--core/ScheduledTime/Daily.php2
-rw-r--r--core/ScheduledTime/Hourly.php2
-rw-r--r--core/ScheduledTime/Monthly.php2
-rw-r--r--core/ScheduledTime/Weekly.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index dc1f2c0781..3a6461bb38 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: ScheduledTask.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime.php b/core/ScheduledTime.php
index 718909a7c8..bc46a6b651 100644
--- a/core/ScheduledTime.php
+++ b/core/ScheduledTime.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: ScheduledTime.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Daily.php b/core/ScheduledTime/Daily.php
index f509c19da0..02487c29f9 100644
--- a/core/ScheduledTime/Daily.php
+++ b/core/ScheduledTime/Daily.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: Daily.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Hourly.php b/core/ScheduledTime/Hourly.php
index d22607d5af..10e91e6d40 100644
--- a/core/ScheduledTime/Hourly.php
+++ b/core/ScheduledTime/Hourly.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: Hourly.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Monthly.php b/core/ScheduledTime/Monthly.php
index 54ef1f8c0a..022d2cfbac 100644
--- a/core/ScheduledTime/Monthly.php
+++ b/core/ScheduledTime/Monthly.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: Monthly.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Weekly.php b/core/ScheduledTime/Weekly.php
index 5c70770358..44c26c2b0d 100644
--- a/core/ScheduledTime/Weekly.php
+++ b/core/ScheduledTime/Weekly.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: Weekly.php
+ * @version $Id$
*
* @category Piwik
* @package Piwik