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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-01 10:53:34 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-01 10:53:34 +0400
commite99e2234d48255d9640acb90ba3ef9b39f5f7e5e (patch)
tree6c079fe588bacc9b42c6e1984ebf36f0bc1532eb /plugins/Feedback
parent0fec5e0f7588a2047d1ba7af2999cd38e471face (diff)
Add svn:keywords Id to .php files in core, plugins, and js
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/Controller.php2
-rw-r--r--plugins/Feedback/Feedback.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index bed0950ebc..b6090ee124 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.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: Controller.php 169 2008-01-14 05:41:15Z matt $
+ * @version $Id$
*
* @package Piwik_Feedback
*/
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index 964d4157c0..9c759bbdc5 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.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: ExamplePlugin.php 169 2008-01-14 05:41:15Z matt $
+ * @version $Id$
*
* @package Piwik_Feedback
*/