FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
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
556
559
559
image.php
40
40
return $this->_data[$code]['height'];
41
41
}
42
42
43
-
function show(&$image, &$title
=
'
'
, $parameters = '', $group = 'default') {
43
+
function show(&$image, &$title, $parameters = '', $group = 'default') {
44
44
if (isset($this->_data[$group]) === false) {
45
45
$group = 'default';
46
46
}