Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

435
 
437
 
437
 
order_total.php
_> 11 <?php
  22 /*
<> 3 -  $Id: order_total.php 435 2006-02-16 10:02:53Z hpdl $
   3+  $Id: order_total.php 437 2006-02-16 10:41:13Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4545 
  4646         $GLOBALS[$module_class] = new $module_class();
  4747       }
<>  48+
   49+      usort($this->_modules, array('osC_OrderTotal', '_usortModules'));
<_ 4850     }
  4951 
  5052 // class methods