Changes between Initial Version and Version 1 of Ticket #328


Ignore:
Timestamp:
Nov 21, 2014, 7:39:48 PM (11 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #328 – Description

    initial v1  
    55Z759, 1 Zeile hinzufügen.
    66
     7{{{
    78if ($action == 'product_delete') {
    89
     
    1011  xtc_db_query("delete from ".TABLE_ORDERS_PRODUCTS_DOWNLOAD." where orders_products_id = '".(int)($_POST['opID'])."'");
    1112  xtc_db_query("delete from ".TABLE_ORDERS_PRODUCTS." where orders_id = '".(int)($_POST['oID'])."' and orders_products_id = '".(int)($_POST['opID'])."'");
    12 
     13}}}