쇼핑몰관리자: #71 & 변환

This commit is contained in:
whitedot
2013-04-19 19:00:23 +09:00
parent 877487d7a4
commit 878dd21596
34 changed files with 54 additions and 54 deletions

View File

@ -13,7 +13,7 @@ $iv = sql_fetch(" select * from {$g4['shop_item_ps_table']} where is_id = '$is_i
if (!$iv['is_id'])
alert('등록된 자료가 없습니다.');
$qstr = "page=$page&sort1=$sort1&sort2=$sort2";
$qstr = "page=$page&sort1=$sort1&sort2=$sort2";
if ($w == "u")
{
@ -29,7 +29,7 @@ if ($w == "u")
where is_id = '$is_id' ";
sql_query($sql);
goto_url("./itempsform.php?w=$w&is_id=$is_id&$qstr");
goto_url("./itempsform.php?w=$w&is_id=$is_id&$qstr");
}
else if ($w == "d")
{