#284 card_history 테이블 제거

This commit is contained in:
chicpro
2013-09-02 09:56:14 +09:00
parent c0a0344e28
commit a1773206fc
12 changed files with 13 additions and 423 deletions

View File

@ -11,9 +11,6 @@ if ($od_id)
// 장바구니 삭제
sql_query(" delete from {$g4['shop_cart_table']} where od_id = '$od_id' ");
// 카드결제내역 삭제
sql_query(" delete from {$g4['shop_card_history_table']} where od_id = '$od_id' ");
// 주문서 삭제
sql_query(" delete from {$g4['shop_order_table']} where od_id = '$od_id' ");
}