r74744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74743‎ | r74744 | r74745 >
Date:22:43, 13 October 2010
Author:ashley
Status:ok (Comments)
Tags:
Comment:
follow-up to r74742: fix typos
Modified paths:
  • /trunk/phase3/maintenance/storage/compressOld.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/compressOld.inc
@@ -169,7 +169,7 @@
170170 $revLoadOptions
171171 );
172172 $revs = array();
173 - foreach ( $res as $row ) {
 173+ foreach ( $revRes as $revRow ) {
174174 $revs[] = $revRow;
175175 }
176176

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74742Assignment in loop conditions suck...reedy22:34, 13 October 2010

Comments

#Comment by Reedy (talk | contribs)   22:51, 13 October 2010

Cheers

Status & tagging log