FishEye
Search
Changelog
Browse
Help
osCommerce
:/
trunk
/
oscommerce
/
includes
/
classes
/
image.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1498
1497
1267
1265
1263
1262
1101
979
978
910
909
754
700
686
678
613
612
609
608
603
602
599
583
559
556
555
1498
1497
1267
1265
1263
1262
1101
979
978
910
909
754
700
686
678
613
612
609
608
603
602
599
583
559
556
555
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
754
910
910
image.php
80
80
return osc_image(DIR_WS_IMAGES . $image, $title, $width, $height, $parameters);
81
81
}
82
82
83
-
function getAddress(
&
$image, $group = 'default') {
83
+
function getAddress($image, $group = 'default') {
84
84
$group_id = $this->getID($group);
85
85
86
86
return DIR_WS_IMAGES . 'products/' . $this->_groups[$group_id]['code'] . '/' . $image;