r111881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111880‎ | r111881 | r111882 >
Date:19:47, 19 February 2012
Author:aaron
Status:ok
Tags:
Comment:
r111795: update line to remove bogus $db argument
Modified paths:
  • /trunk/phase3/maintenance/populateRevisionSha1.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/populateRevisionSha1.php
@@ -83,7 +83,7 @@
8484
8585 $db->begin();
8686 foreach ( $res as $row ) {
87 - if ( $this->upgradeRow( $row, $db, $table, $idCol, $prefix ) ) {
 87+ if ( $this->upgradeRow( $row, $table, $idCol, $prefix ) ) {
8888 $count++;
8989 }
9090 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r113174MFT r111795, r111881, r111920, r112573, r112995, r113169reedy20:12, 6 March 2012
r113175MFT r111795, r111881, r111920, r112573, r112995, r113169reedy20:13, 6 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111795(bug 34373) - 'populateRevisionSha1.php misses archive rows, whose text is st...aaron21:48, 17 February 2012

Status & tagging log