r80077 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80076‎ | r80077 | r80078 >
Date:02:20, 12 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix another typo in r80075
Modified paths:
  • /trunk/phase3/maintenance/cleanupRemovedModules.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/cleanupRemovedModules.php
@@ -72,7 +72,7 @@
7373
7474 $this->output( "Cleaning up msg_resource_links table...\n" );
7575 $i = 1;
76 - $msgResLinks = $dbw->tableName( 'mr_resource_links' );
 76+ $msgResLinks = $dbw->tableName( 'msg_resource_links' );
7777 do {
7878 $where = $moduleList ? "mrl_resource NOT IN ($moduleList)" : '1=1';
7979 $dbw->query( "DELETE FROM $msgResLinks WHERE $where LIMIT $limit", __METHOD__ );

Follow-up revisions

RevisionCommit summaryAuthorDate
r801751.17: MFT r79960, r80034, r80036, r80043, r80044, r80050, r80053, r80074, r80...catrope17:13, 13 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80075Follwup r75575, honour table prefixes. Bad Roan ;)reedy02:16, 12 January 2011

Status & tagging log