Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

410
 
443
 
443
 
account.php
_> 11 <?php
  22 /*
<> 3 -  $Id: account.php 410 2006-01-26 09:17:09Z hpdl $
   3+  $Id: account.php 443 2006-02-19 23:01:01Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
3939     }
  4040 
  4141     function createEntry($data) {
<> 42 -      global $osC_Database, $osC_Session, $osC_Language, $osC_Customer, $osC_NavigationHistory;
   42+      global $osC_Database, $osC_Session, $osC_Language, $osC_ShoppingCart, $osC_Customer, $osC_NavigationHistory;
4343 
  4444       $osC_Database->startTransaction();
  4545 
     
 !
7676           $osC_Customer->setCustomerData($customer_id);
  7777 
  7878 // restore cart contents
<> 79 -          $_SESSION['cart']->restore_contents();
   79+          $osC_ShoppingCart->synchronizeWithDatabase();
<_ 8080 
  8181           $osC_NavigationHistory->removeCurrentPage();
  8282