X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FremoveUnusedAccounts.php;h=16cb17ab72ebbd0604a634b9abffef80d2dca916;hb=6d0a4f463e49db7fab930f38cd9bb5a8c5c8deb4;hp=24c66b1f09af745e0167b39956bbd9771f703907;hpb=b4b11875b26f09f480b850e2e052222e4b28af60;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/removeUnusedAccounts.php b/maintenance/removeUnusedAccounts.php index 24c66b1f09..16cb17ab72 100644 --- a/maintenance/removeUnusedAccounts.php +++ b/maintenance/removeUnusedAccounts.php @@ -74,7 +74,7 @@ class RemoveUnusedAccounts extends Maintenance { # If required, go back and delete each marked account if ( $count > 0 && $this->hasOption( 'delete' ) ) { - $this->output( "\nDeleting inactive accounts..." ); + $this->output( "\nDeleting unused accounts..." ); $dbw = wfGetDB( DB_MASTER ); $dbw->delete( 'user', array( 'user_id' => $del ), __METHOD__ ); $dbw->delete( 'user_groups', array( 'ug_user' => $del ), __METHOD__ );