From c0a318432fcf76324248180e9b7e29fd16da3542 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Nov 2013 10:16:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=8B=9C=20=EB=B0=B0?= =?UTF-8?q?=EC=86=A1=EC=A3=BC=EC=86=8C=EA=B0=80=20=EB=AC=B4=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=20=EA=B8=B0=EB=B3=B8=EB=B0=B0=EC=86=A1=EC=A7=80?= =?UTF-8?q?=EB=A1=9C=20=EB=93=B1=EB=A1=9D=EB=90=98=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=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 --- mobile/shop/orderformupdate.php | 2 +- shop/orderformupdate.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 5a7169500..7f266f014 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -610,7 +610,7 @@ if($is_member) { if($row['ad_id']){ $sql = " update {$g5['g5_shop_order_address_table']} - set ad_default = '1', + set ad_default = '$ad_default', ad_subject = '$ad_subject' where mb_id = '{$member['mb_id']}' and ad_id = '{$row['ad_id']}' "; diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index 9309c52a6..66f8bc002 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -605,7 +605,7 @@ if($is_member) { if($row['ad_id']){ $sql = " update {$g5['g5_shop_order_address_table']} - set ad_default = '1', + set ad_default = '$ad_default', ad_subject = '$ad_subject' where mb_id = '{$member['mb_id']}' and ad_id = '{$row['ad_id']}' ";