Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

620
 
830
 
830
 
shipping.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shipping.php 620 2006-07-13 10:48:54Z hpdl $
   3+  $Id: shipping.php 830 2006-08-29 12:44:39Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
119119               $rate = array('id' => $module,
  120120                             'title' => $quote['module'] . ((empty($method['title']) === false) ? ' (' . $method['title'] . ')' : ''),
  121121                             'cost' => $method['cost'],
<> 122 -                            'tax_class_id' => $quote['tax_class_id']);
   122+                            'tax_class_id' => $quote['tax_class_id'],
   123+                            'is_cheapest' => null);
<_ 123124 
  124125               break 2;
  125126             }