r98801 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98800‎ | r98801 | r98802 >
Date:20:35, 3 October 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
FU r98497 another instance of dbw bogus var
Modified paths:
  • /trunk/extensions/FlaggedRevs/maintenance/fixBug28348.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/maintenance/fixBug28348.inc
@@ -46,7 +46,7 @@
4747 echo "fixed file {$row->fi_name} reference in rev ID {$row->fi_rev_id}\n";
4848 # Fix the fi_img_timestamp value...
4949 $db->update( 'flaggedimages',
50 - array( 'fi_img_timestamp' => $dbw->timestamp( $time ) ),
 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 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r98803MFT r98497, r98801 fixes of bogus dbw varaaron20:39, 3 October 2011
r100383REL1_18 MFT r97886, r97899, r97969, r98179, r98497, r98654, r98773, r98801, r...reedy21:36, 20 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98497More PHPStorm fixesaaron00:50, 30 September 2011

Comments

#Comment by Vigilius (talk | contribs)   03:14, 4 October 2011

should this be tagged 1.18? Has been merged into 1.18wmf

Status & tagging log