경로 및 전체테이블명 변경

This commit is contained in:
gnuboard
2013-02-07 16:56:29 +09:00
parent d7b9aab47a
commit f7855b165c
184 changed files with 711 additions and 708 deletions

View File

@ -9,13 +9,13 @@ auth_check($auth[$sub_menu], "d");
if ($od_id && $on_uid)
{
// 장바구니 삭제
sql_query(" delete from $g4[yc4_cart_table] where on_uid = '$on_uid' ");
sql_query(" delete from $g4[shop_cart_table] where on_uid = '$on_uid' ");
// 카드결제내역 삭제
sql_query(" delete from $g4[yc4_card_history_table] where od_id = '$od_id' and on_uid = '$on_uid' ");
sql_query(" delete from $g4[shop_card_history_table] where od_id = '$od_id' and on_uid = '$on_uid' ");
// 주문서 삭제
sql_query(" delete from $g4[yc4_order_table] where od_id = '$od_id' and on_uid = '$on_uid' ");
sql_query(" delete from $g4[shop_order_table] where od_id = '$od_id' and on_uid = '$on_uid' ");
}
if ($return_url)