Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

383
 
410
 
410
 
shipping.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shipping.php 383 2006-01-09 16:35:46Z hpdl $
   3+  $Id: shipping.php 410 2006-01-26 09:17:09Z 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 */
     
 !
3232           }
  3333         }
  3434 
<>  35+        $osC_Language->load('modules-shipping');
   36+
3537         for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
<> 36 -          include('includes/languages/' . $osC_Language->getDirectory() . '/modules/shipping/' . $include_modules[$i]['file']);
<_ 3738           include('includes/modules/shipping/' . $include_modules[$i]['file']);
  3839 
  3940           $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];