Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
rollydream
2013-04-04 09:20:09 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ include_once('./_head.php');
<img src="<?=G4_SHOP_URL?>/img/top_wishlist.gif" border="0"><p>
<form name=fwishlist method=post action="" style="padding:0px;">
<input type=hidden name=w value="multi">
<input type=hidden name=act value="multi">
<input type=hidden name=sw_direct value=''>
<input type=hidden name=prog value='wish'>
<table width=100% align=center cellpadding=0 cellspacing=0>

View File

@ -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);
}