From 618ecd71103bfd8ea78e0abdedd7340d101fad86 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 3 Apr 2013 14:58:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=83=81=ED=92=88=20=EB=B3=B4=EA=B4=80?= =?UTF-8?q?=ED=95=98=EA=B8=B0=20=EA=B8=B0=EB=8A=A5=20=EC=98=A4=EB=A5=98=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 --- shop/wishupdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/wishupdate.php b/shop/wishupdate.php index 798f106bc..a0eadb826 100644 --- a/shop/wishupdate.php +++ b/shop/wishupdate.php @@ -2,7 +2,7 @@ include_once('./_common.php'); if (!$is_member) - alert("회원 전용 서비스 입니다.", G4_BBS_URL."/login.php?url=".urlencode("$_SERVER['PHP_SELF']?it_id=$it_id")); + alert('회원 전용 서비스 입니다.', G4_BBS_URL.'/login.php?url='.urlencode($_SERVER['PHP_SELF'].'?it_id='.$it_id)); if ($w == "d") { @@ -14,7 +14,7 @@ if ($w == "d") } else if ($w == "alldelete") { - $sql = " delete from {$g4['yc4_wish_table'] + $sql = " delete from {$g4['yc4_wish_table']} where mb_id = '{$member['mb_id']}' "; sql_query($sql); } From 581af626ab4b77760574ab74852874a19f1a47d5 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 3 Apr 2013 16:04:40 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B3=B4=EA=B4=80=ED=95=A8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20=EB=8B=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=98=A4=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 --- shop/wishlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/wishlist.php b/shop/wishlist.php index 66242e418..98b3bd582 100644 --- a/shop/wishlist.php +++ b/shop/wishlist.php @@ -11,7 +11,7 @@ include_once('./_head.php');

- +