diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-10-10 11:27:07 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-10-10 11:27:07 +0000 |
commit | a6013803559f57c019040e3258c14dc073cb24e4 (patch) | |
tree | 8dcb94c326ee587b8c4b4dc1b942a92b3ed007d5 /maintenance/initEditCount.php | |
parent | e91fb07862d6e476923fb256642e948369c7273b (diff) | |
download | mediawikicore-a6013803559f57c019040e3258c14dc073cb24e4.tar.gz mediawikicore-a6013803559f57c019040e3258c14dc073cb24e4.zip |
Added a description and @file
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74584
Diffstat (limited to 'maintenance/initEditCount.php')
-rw-r--r-- | maintenance/initEditCount.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/initEditCount.php b/maintenance/initEditCount.php index 3ca067cb82f6..b95ef7bb0856 100644 --- a/maintenance/initEditCount.php +++ b/maintenance/initEditCount.php @@ -1,5 +1,8 @@ <?php /** + * Init the user_editcount database field based on the number of rows in the + * revision table. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -15,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ |