From: Chad Horohoe Date: Thu, 26 Jan 2012 22:04:55 +0000 (+0000) Subject: Remove last two vestiges of ss_admins. It still exists in some schema files, but... X-Git-Tag: 1.31.0-rc.0~25073 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=4b899c41ae51569ef50cd2e90414dcab40fd9f18;p=lhc%2Fweb%2Fwiklou.git Remove last two vestiges of ss_admins. It still exists in some schema files, but those are harmless --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 0b7979dce4..e55a08a176 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -604,7 +604,6 @@ abstract class Installer { 'ss_good_articles' => 0, 'ss_total_pages' => 0, 'ss_users' => 0, - 'ss_admins' => 0, 'ss_images' => 0 ), __METHOD__, 'IGNORE' ); return Status::newGood(); diff --git a/maintenance/showStats.php b/maintenance/showStats.php index 404c417e61..b284a9acb0 100644 --- a/maintenance/showStats.php +++ b/maintenance/showStats.php @@ -42,7 +42,6 @@ class ShowStats extends Maintenance { 'ss_good_articles' => 'Number of articles', 'ss_total_pages' => 'Total pages', 'ss_users' => 'Number of users', - 'ss_admins' => 'Number of admins', 'ss_images' => 'Number of images', );