Index: trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php |
— | — | @@ -3296,7 +3296,7 @@ |
3297 | 3297 | } else if ($mode == 'centeredtile') { |
3298 | 3298 | $x0 = - floor($tile_width/2); // Make the tile look better |
3299 | 3299 | $y0 = - floor($tile_height/2); |
3300 | | - } else if ($mode = 'tile') { |
| 3300 | + } else if ($mode == 'tile') { |
3301 | 3301 | $x0 = 0; |
3302 | 3302 | $y0 = 0; |
3303 | 3303 | } |