Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

196
 
199
 
199
 
shipping.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shipping.php 196 2005-09-16 12:59:17Z hpdl $
   3+  $Id: shipping.php 199 2005-09-22 15:56:13Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1515 
  1616 // class constructor
  1717     function shipping($module = '') {
<> 18 -      global $osC_Session;
  19 -
2018       if (defined('MODULE_SHIPPING_INSTALLED') && tep_not_null(MODULE_SHIPPING_INSTALLED)) {
  2119         $this->modules = explode(';', MODULE_SHIPPING_INSTALLED);
  2220 
     
 !
3331         }
  3432 
  3533         for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
<> 36 -          include(DIR_WS_LANGUAGES . $osC_Session->value('language') . '/modules/shipping/' . $include_modules[$i]['file']);
   34+          include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']);
<_ 3735           include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']);
  3836 
  3937           $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];