From a868732a1e29d3ff9e173dd6395116a1ae5d4494 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Feb 2015 13:50:05 +0900 Subject: [PATCH] =?UTF-8?q?is=5Fadmin=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/itemqaformupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/itemqaformupdate.php b/shop/itemqaformupdate.php index b4d1dc7f9..71c313050 100644 --- a/shop/itemqaformupdate.php +++ b/shop/itemqaformupdate.php @@ -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);