r93904 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93903‎ | r93904 | r93905 >
Date:17:43, 4 August 2011
Author:aaron
Status:ok
Tags:
Comment:
Added filearchive check to isInactiveAccount()
Modified paths:
  • /trunk/phase3/maintenance/removeUnusedAccounts.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/removeUnusedAccounts.php
@@ -92,7 +92,7 @@
9393 private function isInactiveAccount( $id, $master = false ) {
9494 $dbo = wfGetDB( $master ? DB_MASTER : DB_SLAVE );
9595 $checks = array( 'revision' => 'rev', 'archive' => 'ar', 'logging' => 'log',
96 - 'image' => 'img', 'oldimage' => 'oi' );
 96+ 'image' => 'img', 'oldimage' => 'oi', 'filearchive' => 'fa' );
9797 $count = 0;
9898
9999 $dbo->begin();

Status & tagging log