FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
oscommerce
/
includes
/
classes
/
boxes.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
368
332
331
324
320
319
318
317
313
311
310
309
308
306
236
153
151
43
5
1
368
332
331
324
320
319
318
317
313
311
310
309
308
306
236
153
151
43
5
1
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
308
309
309
boxes.php
47
47
if (file_exists('includes/boxes/' . $box)) {
48
48
$box_class = 'osC_Boxes_' . substr($box, 0, strrpos($box, '.'));
49
49
50
-
if (class_exists(
'
osC
_
Boxes
_
'
.
$box) === false) {
50
+
if (class_exists($box
_
class
) === false) {
51
51
include('includes/boxes/' . $box);
52
52
}
53
53