From ca26adf80dce3f3a101724462c96a68fd0666d9e Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 12 Jul 2013 10:29:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=84=9C=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20=EC=A7=81=EC=A0=91=20=EB=A7=81=ED=81=AC=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80=20=EC=98=A4=EB=A5=98=20=ED=9B=84=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=20url=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderinquiryview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index b1ec2a7b8..a3c651690 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -7,7 +7,7 @@ set_session("ss_token", $token); if (!$is_member) { if (get_session("ss_temp_uq_id") != $_GET['uq_id']) - alert("직접 링크로는 주문서 조회가 불가합니다.\\n\\n주문조회 화면을 통하여 조회하시기 바랍니다."); + alert("직접 링크로는 주문서 조회가 불가합니다.\\n\\n주문조회 화면을 통하여 조회하시기 바랍니다.", G4_SHOP_URL); } $sql = "select * from {$g4['shop_order_table']} where od_id = '$od_id' and uq_id = '$uq_id' ";