From 4b899c41ae51569ef50cd2e90414dcab40fd9f18 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 26 Jan 2012 22:04:55 +0000 Subject: [PATCH] Remove last two vestiges of ss_admins. It still exists in some schema files, but those are harmless --- includes/installer/Installer.php | 1 - maintenance/showStats.php | 1 - 2 files changed, 2 deletions(-) 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', ); -- 2.20.1