r98803 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98802‎ | r98803 | r98804 >
Date:20:39, 3 October 2011
Author:aaron
Status:ok
Tags:
Comment:
MFT r98497, r98801 fixes of bogus dbw var
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/FlaggedRevs/maintenance/fixBug28348.inc (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/FlaggedRevs/maintenance/fixBug28348.inc
@@ -45,8 +45,8 @@
4646 if ( $file ) {
4747 echo "fixed file {$row->fi_name} reference in rev ID {$row->fi_rev_id}\n";
4848 # Fix the fi_img_timestamp value...
49 - $dbw->update( 'flaggedimages',
50 - array( 'fi_img_timestamp' => $dbw->timestamp( $time ) ),
 49+ $db->update( 'flaggedimages',
 50+ array( 'fi_img_timestamp' => $db->timestamp( $time ) ),
5151 array( 'fi_rev_id' => $row->fi_rev_id, 'fi_name' => $row->fi_name ),
5252 __METHOD__
5353 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98497More PHPStorm fixesaaron00:50, 30 September 2011
r98801FU r98497 another instance of dbw bogus varaaron20:35, 3 October 2011

Status & tagging log