Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

377
 
404
 
404
 
order_total.php
_> 11 <?php
  22 /*
<> 3 -  $Id: order_total.php 377 2006-01-09 14:47:49Z hpdl $
   3+  $Id: order_total.php 404 2006-01-25 22:55:27Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2006 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
2020       if (defined('MODULE_ORDER_TOTAL_INSTALLED') && tep_not_null(MODULE_ORDER_TOTAL_INSTALLED)) {
  2121         $this->modules = explode(';', MODULE_ORDER_TOTAL_INSTALLED);
  2222 
<>  23+        $osC_Language->load('modules-order_total');
   24+
2325         reset($this->modules);
  2426         while (list(, $value) = each($this->modules)) {
<> 25 -          include('includes/languages/' . $osC_Language->getDirectory() . '/modules/order_total/' . $value);
<_ 2627           include('includes/modules/order_total/' . $value);
  2728 
  2829           $class = substr($value, 0, strrpos($value, '.'));