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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
commit659673bcb5452c51ed559a9b237071c24d01d511 (patch)
tree6bf91d6f7b79571068bc0a3e27cc04fd100f29c2 /plugins/DBStats
parentf99965d368ea9cbac42dd28ddfdfefb1bda12ba9 (diff)
Removing SVN $, since Git does not provide auto properties.
Diffstat (limited to 'plugins/DBStats')
-rw-r--r--plugins/DBStats/API.php1
-rw-r--r--plugins/DBStats/Controller.php1
-rw-r--r--plugins/DBStats/DBStats.php1
-rwxr-xr-xplugins/DBStats/MySQLMetadataProvider.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/plugins/DBStats/API.php b/plugins/DBStats/API.php
index 9300ead118..b72d0a2e49 100644
--- a/plugins/DBStats/API.php
+++ b/plugins/DBStats/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php
index 5beb3f3c36..06bae7232b 100644
--- a/plugins/DBStats/Controller.php
+++ b/plugins/DBStats/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 85121c1746..01a745c3ef 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/MySQLMetadataProvider.php b/plugins/DBStats/MySQLMetadataProvider.php
index 282817ebfd..ccb3ae2431 100755
--- a/plugins/DBStats/MySQLMetadataProvider.php
+++ b/plugins/DBStats/MySQLMetadataProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: MySQLMetadataProvider.php $
*
* @category Piwik_Plugins
* @package Piwik_DBStats