Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

404
 
421
 
421
 
payment.php
_> 11 <?php
  22 /*
<> 3 -  $Id: payment.php 404 2006-01-25 22:55:27Z hpdl $
   3+  $Id: payment.php 421 2006-02-08 17:53:17Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1010   Released under the GNU General Public License
  1111 */
  1212 
<> 13 -  class payment {
   13+  class osC_Payment {
1414     var $modules, $selected_module;
  1515 
  1616 // class constructor
<> 17 -    function payment($module = '') {
   17+    function osC_Payment($module = '') {
<_ 1818       global $osC_Language;
  1919 
  2020       if (defined('MODULE_PAYMENT_INSTALLED') && tep_not_null(MODULE_PAYMENT_INSTALLED)) {