From 44b0e71c15345a36d3069a53a6f2b00861177d9a Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 12 Nov 2013 09:47:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EB=B3=80=EC=88=98=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderinquiryview.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index a95c0349b..a51220995 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -84,7 +84,6 @@ if(openwin != null) { and it_id = '{$row['it_id']}' order by io_type asc, ct_id asc "; $res = sql_query($sql); - $ct_list = array(); for($k=0; $opt=sql_fetch_array($res); $k++) { if($opt['io_type']) @@ -94,9 +93,6 @@ if(openwin != null) { $sell_price = $opt_price * $opt['ct_qty']; $point = $opt['ct_point'] * $opt['ct_qty']; - - $ct_list[$opt['ct_id']]['name'] = $opt['it_name']; - $ct_list[$opt['ct_id']]['option'] = $opt['ct_option']; ?>