Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

5
 
146
 
146
 
payment.php
_> 11 <?php
  22 /*
<> 3 -  $Id: payment.php 5 2005-01-31 01:40:15Z hpdl $
   3+  $Id: payment.php 146 2005-07-31 15:09:51Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4747 
  4848 // if there is only one payment method, select it as default because in
  4949 // checkout_confirmation.php the $payment variable is being assigned the
<> 50 -// $_POST['payment'] value which will be empty (no radio button selection possible)
   50+// $_POST['payment_mod_sel'] value which will be empty (no radio button selection possible)
<_ 5151         if ( (tep_count_payment_modules() == 1) && (!isset($GLOBALS[$osC_Session->value('payment')]) || (isset($GLOBALS[$osC_Session->value('payment')]) && !is_object($GLOBALS[$osC_Session->value('payment')]))) ) {
  5252           $osC_Session->set('payment', $include_modules[0]['class']);
  5353         }