From fba32f4d00848deb3a9fcf16238b44bdf8acf43f Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 11:48:36 +0900 Subject: [PATCH] =?UTF-8?q?$w=EB=A5=BC=20$act=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderformupdate.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index c89d23309..425f78ba9 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -57,7 +57,7 @@ $sql = " select a.it_id, and a.ct_direct = '$sw_direct' and a.it_id = b.it_id "; -if($w == "selectedbuy") +if($act == "selectedbuy") $sql .= " and a.ct_selected = '1' "; $result = sql_query($sql); @@ -158,7 +158,7 @@ else if($default['de_send_cost_case'] == "상한") { and a.ct_direct = '$sw_direct' and a.ct_parent = '0' "; - if($w == "selectedbuy") + if($act == "selectedbuy") $sql .= " and a.ct_selected = '1' "; $sql .= " order by a.ct_id "; @@ -748,7 +748,7 @@ if ($default['de_sms_use2'] && $receive_number) // 세션값 제거 -if($w != "selectedbuy") +if($act != "selectedbuy") set_session('ss_uniqid', ''); set_session('ss_order_uniqid', ''); set_session('ss_direct', '');