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:
authorrobocoder <anthon.pang@gmail.com>2009-12-08 15:36:10 +0300
committerrobocoder <anthon.pang@gmail.com>2009-12-08 15:36:10 +0300
commit982e3b24321f91f7f4f935ecaf1f681bbe52b40b (patch)
treec13145a210864735a6e9a117fed4c4ec0cd4b28e /plugins/DBStats/DBStats.php
parentb61c67b182cb374a0d54d9d575561cc9b5bfb71e (diff)
fix mysqli prepare error; make it clear that this is stats for MySQL
git-svn-id: http://dev.piwik.org/svn/trunk@1627 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/DBStats.php')
-rw-r--r--plugins/DBStats/DBStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 58c7c6b967..e318cdc7e9 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -20,7 +20,7 @@ class Piwik_DBStats extends Piwik_Plugin
{
return array(
'name' => 'Database statistics',
- 'description' => 'This plugin reports the database usage by Piwik tables.',
+ 'description' => 'This plugin reports the MySQL database usage by Piwik tables.',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',