From 497050fc602c4d00bf3fa730a68a20765216117e Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 27 May 2014 16:24:45 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=EC=9D=B8=EC=A6=9D=20?= =?UTF-8?q?=EC=95=8C=EB=A6=BC=20=ED=9B=84=20=EC=87=BC=ED=95=91=EB=AA=B0=20?= =?UTF-8?q?=EB=A9=94=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/item.php | 2 +- shop/item.php | 2 +- shop/list.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index f905d1d77..d4ee80301 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -30,7 +30,7 @@ $ca = sql_fetch($sql); if(!$is_admin) { $msg = shop_member_cert_check($it_id, 'item'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } // 오늘 본 상품 저장 시작 diff --git a/shop/item.php b/shop/item.php index 137b8648f..017832011 100644 --- a/shop/item.php +++ b/shop/item.php @@ -28,7 +28,7 @@ $ca = sql_fetch($sql); if(!$is_admin) { $msg = shop_member_cert_check($it_id, 'item'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } // 오늘 본 상품 저장 시작 diff --git a/shop/list.php b/shop/list.php index b836a2e4a..1e060b23a 100644 --- a/shop/list.php +++ b/shop/list.php @@ -15,7 +15,7 @@ if (!$ca['ca_id']) if(!$is_admin) { $msg = shop_member_cert_check($ca_id, 'list'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } $g5['title'] = $ca['ca_name'].' 상품리스트';