FishEye
Search
Changelog
Browse
Help
osCommerce
:/
oscommerce2
/
trunk
/
catalog
/
includes
/
classes
/
order_total.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1739
1698
477
1739
1698
477
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
477
1698
1698
order_total.php
38
38
while (list(, $value) = each($this->modules)) {
39
39
$class = substr($value, 0, strrpos($value, '.'));
40
40
if ($GLOBALS[$class]->enabled) {
41
+
$GLOBALS[$class]->output = array();
41
42
$GLOBALS[$class]->process();
42
43
43
44
for ($i=0, $n=sizeof($GLOBALS[$class]->output); $i<$n; $i++) {