Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

607
 
734
 
734
 
payment.php
_> 11 <?php
  22 /*
<> 3 -  $Id: payment.php 607 2006-07-05 10:17:57Z hpdl $
   3+  $Id: payment.php 734 2006-08-20 17:56:47Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
5151 
  5252         usort($this->_modules, array('osC_Payment', '_usortModules'));
  5353 
<> 54 -        if ( (tep_not_null($module)) && (in_array($module, $this->_modules)) && (isset($GLOBALS['osC_Payment_' . $module]->form_action_url)) ) {
   54+        if ( (!empty($module)) && (in_array($module, $this->_modules)) && (isset($GLOBALS['osC_Payment_' . $module]->form_action_url)) ) {
<_ 5555           $this->form_action_url = $GLOBALS['osC_Payment_' . $module]->form_action_url;
  5656         }
  5757       }