Index: oscommerce2/trunk/catalog/includes/classes/order_total.php =================================================================== diff -u -r477 -r1698 --- oscommerce2/trunk/catalog/includes/classes/order_total.php (.../order_total.php) (revision 477) +++ oscommerce2/trunk/catalog/includes/classes/order_total.php (.../order_total.php) (revision 1698) @@ -38,6 +38,7 @@ while (list(, $value) = each($this->modules)) { $class = substr($value, 0, strrpos($value, '.')); if ($GLOBALS[$class]->enabled) { + $GLOBALS[$class]->output = array(); $GLOBALS[$class]->process(); for ($i=0, $n=sizeof($GLOBALS[$class]->output); $i<$n; $i++) {