forked from GNUsocial/gnu-social
Update maintainer e-mail address.
Update translator documentation.
This commit is contained in:
parent
3e4016b388
commit
a5aade0a3b
@ -25,9 +25,8 @@ if (!defined('STATUSNET')) {
|
|||||||
* Check DB queries for filesorts and such and log em.
|
* Check DB queries for filesorts and such and log em.
|
||||||
*
|
*
|
||||||
* @package SQLStatsPlugin
|
* @package SQLStatsPlugin
|
||||||
* @maintainer Evan Prodromou <brion@status.net>
|
* @maintainer Evan Prodromou <evan@status.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class SQLStatsPlugin extends Plugin
|
class SQLStatsPlugin extends Plugin
|
||||||
{
|
{
|
||||||
protected $queryCount = 0;
|
protected $queryCount = 0;
|
||||||
@ -42,6 +41,7 @@ class SQLStatsPlugin extends Plugin
|
|||||||
'author' => 'Evan Prodromou',
|
'author' => 'Evan Prodromou',
|
||||||
'homepage' => 'http://status.net/wiki/Plugin:SQLStats',
|
'homepage' => 'http://status.net/wiki/Plugin:SQLStats',
|
||||||
'rawdescription' =>
|
'rawdescription' =>
|
||||||
|
// TRANS: Plugin decription.
|
||||||
_m('Debug tool to watch for poorly indexed DB queries.'));
|
_m('Debug tool to watch for poorly indexed DB queries.'));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user