Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

390
 
404
 
404
 
payment.php
_> 11 <?php
  22 /*
<> 3 -  $Id: payment.php 390 2006-01-20 06:04:32Z hpdl $
   3+  $Id: payment.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 */
     
 !
3434           }
  3535         }
  3636 
<>  37+        $osC_Language->load('modules-payment');
   38+
3739         for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
<> 38 -          include('includes/languages/' . $osC_Language->getDirectory() . '/modules/payment/' . $include_modules[$i]['file']);
<_ 3940           include('includes/modules/payment/' . $include_modules[$i]['file']);
  4041 
  4142           $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];