From: Siebrand Mazeland Date: Thu, 7 Apr 2011 10:21:43 +0000 (+0200) Subject: Update maintainer e-mail address. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5aade0a3b8649b2d58174a22678d83633383cf0;p=quix0rs-gnu-social.git Update maintainer e-mail address. Update translator documentation. --- diff --git a/plugins/SQLStats/SQLStatsPlugin.php b/plugins/SQLStats/SQLStatsPlugin.php index 9e810a3ffc..20a9cbada2 100644 --- a/plugins/SQLStats/SQLStatsPlugin.php +++ b/plugins/SQLStats/SQLStatsPlugin.php @@ -25,9 +25,8 @@ if (!defined('STATUSNET')) { * Check DB queries for filesorts and such and log em. * * @package SQLStatsPlugin - * @maintainer Evan Prodromou + * @maintainer Evan Prodromou */ - class SQLStatsPlugin extends Plugin { protected $queryCount = 0; @@ -42,6 +41,7 @@ class SQLStatsPlugin extends Plugin 'author' => 'Evan Prodromou', 'homepage' => 'http://status.net/wiki/Plugin:SQLStats', 'rawdescription' => + // TRANS: Plugin decription. _m('Debug tool to watch for poorly indexed DB queries.')); return true;