상품삭제시 상품요약정보 삭제 코드 추가

This commit is contained in:
chicpro
2013-02-04 10:43:56 +09:00
parent c4ff6bc040
commit ae260df5be

View File

@ -78,6 +78,10 @@ function itemdelete($it_id)
$sql = " delete from `{$g4['yc4_supplement_table']}` where it_id = '$it_id' ";
sql_query($sql);
// 상품요약정보삭제
$sql = " delete from `{$g4['yc4_item_info_table']}` where it_id = '$it_id' ";
sql_query($sql);
//------------------------------------------------------------------------
// HTML 내용에서 에디터에 올라간 이미지의 경로를 얻어 삭제함