Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

387
 
390
 
390
 
payment.php
_> 11 <?php
  22 /*
<> 3 -  $Id: payment.php 387 2006-01-18 16:49:58Z hpdl $
   3+  $Id: payment.php 390 2006-01-20 06:04:32Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
104104         }
  105105 
  106106         $js .= "\n" . '  if (payment_value == null) {' . "\n" .
<> 107 -               '    error_message = error_message + "' . JS_ERROR_NO_PAYMENT_MODULE_SELECTED . '";' . "\n" .
   107+               '    error_message = error_message + "' . $osC_Language->get('js_no_payment_module_selected') . '\n";' . "\n" .
<_ 108108                '    error = 1;' . "\n" .
  109109                '  }' . "\n\n" .
  110110                '  if (error == 1) {' . "\n" .