Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

686
 
909
 
909
 
image.php
_> 8080       return osc_image(DIR_WS_IMAGES . $image, $title, $width, $height, $parameters);
  8181     }
  8282 
<> 83 -    function getAddress(&$image, $group = 'default') {
   83+    function getAddress($image, $group = 'default') {
<_ 8484       $group_id = $this->getID($group);
  8585 
  8686       return DIR_WS_IMAGES . 'products/' . $this->_groups[$group_id]['code'] . '/' . $image;