Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

826
 
830
 
830
 
shopping_cart.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shopping_cart.php 826 2006-08-29 11:39:48Z hpdl $
   3+  $Id: shopping_cart.php 830 2006-08-29 12:44:39Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
673673       $this->_tax += $amount;
  674674     }
  675675 
<>  676+    function numberOfTaxGroups() {
   677+      return sizeof($this->_tax_groups);
   678+    }
   679+
<_ 676680     function addTaxGroup($group, $amount) {
  677681       if (isset($this->_tax_groups[$group])) {
  678682         $this->_tax_groups[$group] += $amount;