r110088 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110087‎ | r110088 | r110089 >
Date:22:04, 26 January 2012
Author:demon
Status:ok
Tags:
Comment:
Remove last two vestiges of ss_admins. It still exists in some schema files, but those are harmless
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)
  • /trunk/phase3/maintenance/showStats.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/showStats.php
@@ -42,7 +42,6 @@
4343 'ss_good_articles' => 'Number of articles',
4444 'ss_total_pages' => 'Total pages',
4545 'ss_users' => 'Number of users',
46 - 'ss_admins' => 'Number of admins',
4746 'ss_images' => 'Number of images',
4847 );
4948
Index: trunk/phase3/includes/installer/Installer.php
@@ -604,7 +604,6 @@
605605 'ss_good_articles' => 0,
606606 'ss_total_pages' => 0,
607607 'ss_users' => 0,
608 - 'ss_admins' => 0,
609608 'ss_images' => 0 ),
610609 __METHOD__, 'IGNORE' );
611610 return Status::newGood();

Status & tagging log