FishEye
Search
Changelog
Browse
Help
osCommerce
:/
oscommerce2
/
trunk
/
update-20060817.txt
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1659
723
718
716
714
711
1659
723
718
716
714
711
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
718
723
723
update-20060817.txt
327
327
328
328
to:
329
329
330
-
tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET . " where products_id = '" . (int)$product_id . "' or products_id like '" . (int)$product_id . "{'");
331
-
tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " where products_id = '" . (int)$product_id . "' or products_id like '" . (int)$product_id . "{'");
330
+
tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET . " where products_id = '" . (int)$product_id . "' or products_id like '" . (int)$product_id . "{
%
'");
331
+
tep_db_query("delete from " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " where products_id = '" . (int)$product_id . "' or products_id like '" . (int)$product_id . "{
%
'");
332
332
333
333
###########################
334
334
###### Update 051113 ######