Changes between Initial Version and Version 1 of Ticket #328
- Timestamp:
- Nov 21, 2014, 7:39:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #328 – Description
initial v1 5 5 Z759, 1 Zeile hinzufügen. 6 6 7 {{{ 7 8 if ($action == 'product_delete') { 8 9 … … 10 11 xtc_db_query("delete from ".TABLE_ORDERS_PRODUCTS_DOWNLOAD." where orders_products_id = '".(int)($_POST['opID'])."'"); 11 12 xtc_db_query("delete from ".TABLE_ORDERS_PRODUCTS." where orders_id = '".(int)($_POST['oID'])."' and orders_products_id = '".(int)($_POST['opID'])."'"); 12 13 }}}
