From c46341eb79b779615dcec10da27359ba4cf1c8fa Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 6 Sep 2016 11:36:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=EB=A1=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=95=9C=20=EC=B7=A8=EC=95=BD=EC=A0=90=20=EC=88=98=EC=A0=95(16?= =?UTF-8?q?-680)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/itemqaform.php | 2 +- shop/itemqaform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/itemqaform.php b/mobile/shop/itemqaform.php index 1b81501f5..a853b1c2b 100644 --- a/mobile/shop/itemqaform.php +++ b/mobile/shop/itemqaform.php @@ -32,7 +32,7 @@ if ($w == "u") $it_id = $qa['it_id']; - if (!$iq_admin && $qa['mb_id'] != $member['mb_id']) { + if (!$is_admin && $qa['mb_id'] != $member['mb_id']) { alert_close("자신의 상품문의만 수정이 가능합니다."); } diff --git a/shop/itemqaform.php b/shop/itemqaform.php index c6e58922d..a1e2eb384 100644 --- a/shop/itemqaform.php +++ b/shop/itemqaform.php @@ -38,7 +38,7 @@ if ($w == "u") $it_id = $qa['it_id']; - if (!$iq_admin && $qa['mb_id'] != $member['mb_id']) { + if (!$is_admin && $qa['mb_id'] != $member['mb_id']) { alert_close("자신의 상품문의만 수정이 가능합니다."); }