Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1739
 
1842
 
1842
 
shopping_cart.php
_> 11 <?php
  22 /*
<> 3 -  $Id: shopping_cart.php 1739 2007-12-20 00:52:16Z hpdl $
   3+  $Id: shopping_cart.php 1842 2008-12-12 13:30:57Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
5656       }
  5757 
  5858       $this->cleanup();
<>  59+
   60+// assign a temporary unique ID to the order contents to prevent hack attempts during the checkout procedure
   61+      $this->cartID = $this->generate_cart_id();
<_ 5962     }
  6063 
  6164     function reset($reset_database = false) {