From bfb60529c67baf262f3ed4995d058fc6d802cbff Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 18 Jun 2014 11:46:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=82=AD=EC=A0=9C=EC=8B=9C?= =?UTF-8?q?=20=EC=98=B5=EC=85=98=20=EC=82=AD=EC=A0=9C=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemdelete.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adm/shop_admin/itemdelete.inc.php b/adm/shop_admin/itemdelete.inc.php index 04072564e..8d9b4bcdb 100644 --- a/adm/shop_admin/itemdelete.inc.php +++ b/adm/shop_admin/itemdelete.inc.php @@ -60,6 +60,9 @@ if (!function_exists("itemdelete")) { $sql = " delete from {$g5['g5_shop_item_relation_table']} where it_id = '$it_id' or it_id2 = '$it_id' "; sql_query($sql); + // 옵션삭제 + sql_query(" delete from {$g5['g5_shop_item_option_table']} where it_id = '$it_id' "); + //------------------------------------------------------------------------ // HTML 내용에서 에디터에 올라간 이미지의 경로를 얻어 삭제함