Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

199
 
273
 
273
 
order_total.php
_> 11 <?php
  22 /*
<> 3 -  $Id: order_total.php 199 2005-09-22 15:56:13Z hpdl $
   3+  $Id: order_total.php 273 2005-11-23 16:53:04Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2020 
  2121         reset($this->modules);
  2222         while (list(, $value) = each($this->modules)) {
<> 23 -          include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/' . $value);
  24 -          include(DIR_WS_MODULES . 'order_total/' . $value);
   23+          include('includes/languages/' . $_SESSION['language'] . '/modules/order_total/' . $value);
   24+          include('includes/modules/order_total/' . $value);
<_ 2525 
  2626           $class = substr($value, 0, strrpos($value, '.'));
  2727           $GLOBALS[$class] = new $class;