From 312d77aebc6d498d60fe155a32536c9acc69d7a4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 16 May 2013 13:28:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=83=81=EC=84=B8=EC=9D=98?= =?UTF-8?q?=20=EC=A3=BC=EB=AC=B8=EC=A0=95=EB=B3=B4=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderform.php | 39 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/adm/shop_admin/orderform.php b/adm/shop_admin/orderform.php index 272582b6b..a27623fcc 100644 --- a/adm/shop_admin/orderform.php +++ b/adm/shop_admin/orderform.php @@ -86,26 +86,25 @@ if ($default['de_card_test']) { $g4['shop_cardpg']['kcp'] = "http://testadmin8.kcp.co.kr"; } -$sql = " select a.ct_id, - a.it_id, - a.it_name, - a.ct_qty, - a.ct_price, - a.ct_point, - a.ct_status, - a.ct_time, - a.ct_point_use, - a.ct_stock_use, - a.it_opt1, - a.it_opt2, - a.it_opt3, - a.it_opt4, - a.it_opt5, - a.it_opt6 - from {$g4['shop_cart_table']} a, {$g4['shop_item_table']} b - where a.uq_id = '{$od['uq_id']}' - and a.it_id = b.it_id - order by a.ct_id "; +$sql = " select ct_id, + it_id, + it_name, + ct_qty, + ct_price, + ct_point, + ct_status, + ct_time, + ct_point_use, + ct_stock_use, + it_opt1, + it_opt2, + it_opt3, + it_opt4, + it_opt5, + it_opt6 + from {$g4['shop_cart_table']} + where uq_id = '{$od['uq_id']}' + order by ct_id "; $result = sql_query($sql); $pg_anchor = '