is_admin 오타 수정

This commit is contained in:
chicpro
2015-02-23 13:50:05 +09:00
parent 48532a4638
commit a868732a1e

View File

@ -44,7 +44,7 @@ if ($w == "")
}
else if ($w == "u")
{
if (!$is_amdin)
if (!$is_admin)
{
$sql = " select count(*) as cnt from {$g5['g5_shop_item_qa_table']} where mb_id = '{$member['mb_id']}' and iq_id = '$iq_id' ";
$row = sql_fetch($sql);