r75676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75675‎ | r75676 | r75677 >
Date:21:28, 29 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Ugh, same as r75442 in another extension...
Modified paths:
  • /trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php
@@ -3296,7 +3296,7 @@
32973297 } else if ($mode == 'centeredtile') {
32983298 $x0 = - floor($tile_width/2); // Make the tile look better
32993299 $y0 = - floor($tile_height/2);
3300 - } else if ($mode = 'tile') {
 3300+ } else if ($mode == 'tile') {
33013301 $x0 = 0;
33023302 $y0 = 0;
33033303 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75442= 'title' - SRSLYreedy17:05, 26 October 2010

Status & tagging log