Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

199
 
273
 
273
 
shipping.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shipping.php 199 2005-09-22 15:56:13Z hpdl $
   3+  $Id: shipping.php 273 2005-11-23 16:53:04Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
3131         }
  3232 
  3333         for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
<> 34 -          include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']);
  35 -          include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']);
   34+          include('includes/languages/' . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']);
   35+          include('includes/modules/shipping/' . $include_modules[$i]['file']);
<_ 3636 
  3737           $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];
  3838         }