From 76babd66dd09ef38b4ec3a1e84f45c9cebe9eca1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 26 Nov 2013 15:13:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=99=94=EB=AC=B8=EC=9D=98=20?= =?UTF-8?q?=EB=95=8C=20=EC=9C=84=EC=8B=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=B6=94=EC=B2=9C=ED=95=98=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 10 ---------- skin/shop/basic/item.form.skin.php | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/shop/item.php b/shop/item.php index 83d6ffaa1..a22848cf5 100644 --- a/shop/item.php +++ b/shop/item.php @@ -126,16 +126,6 @@ if ($row['it_id']) { $next_href2 = ''; } -// 상품 선택옵션 수 -$sql = " select count(*) as cnt from {$g5['g5_shop_item_option_table']} where it_id = '{$it['it_id']}' and io_type = '0' and io_use = '1' "; -$row = sql_fetch($sql); -$opt_count = $row['cnt']; - -// 상품 추가옵션 수 -$sql = " select count(*) as cnt from {$g5['g5_shop_item_option_table']} where it_id = '{$it['it_id']}' and io_type = '1' and io_use = '1' "; -$row = sql_fetch($sql); -$spl_count = $row['cnt']; - // 고객선호도 별점수 $star_score = get_star_image($it['it_id']); diff --git a/skin/shop/basic/item.form.skin.php b/skin/shop/basic/item.form.skin.php index e981e2853..514669d67 100644 --- a/skin/shop/basic/item.form.skin.php +++ b/skin/shop/basic/item.form.skin.php @@ -284,6 +284,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ -