사용후기 관련된 코드 변경

This commit is contained in:
gnuboard
2013-06-14 16:56:34 +09:00
parent 8e05a87f05
commit 7dbff272b4
23 changed files with 700 additions and 82 deletions

View File

@ -49,7 +49,7 @@ if (!function_exists("itemdelete")) {
sql_query($sql);
// 사용후기삭제
$sql = " delete from {$g4['shop_item_ps_table']} where it_id = '$it_id' ";
$sql = " delete from {$g4['shop_item_use_table']} where it_id = '$it_id' ";
sql_query($sql);
// 상품문의삭제