Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

928
 
1060
 
1060
 
order.php
_> 11 <?php
  22 /*
<> 3 -  $Id: order.php 928 2006-08-31 02:00:53Z hpdl $
   3+  $Id: order.php 1060 2006-10-22 13:38:10Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
6969         $Qdel->execute();
  7070 
  7171         $Qdel = $osC_Database->query('delete from :table_orders_products_attributes where orders_id = :orders_id');
<> 72 -        $Qdel->bindTable(':table_orders_products_aattributes', TABLE_ORDERS_PRODUCTS_ATTRIBUTES);
   72+        $Qdel->bindTable(':table_orders_products_attributes', TABLE_ORDERS_PRODUCTS_ATTRIBUTES);
<_ 7373         $Qdel->bindInt(':orders_id', $id);
  7474         $Qdel->execute();
  7575