From 77d0cae53c4d38cd3431513e706d5bd38fe0d17b Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Feb 2013 16:54:27 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EB=A5=BC=20is=5Fmember=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/view.php b/bbs/view.php index 6cf09d121..43e59a575 100644 --- a/bbs/view.php +++ b/bbs/view.php @@ -94,7 +94,7 @@ if ($write['wr_reply'] == '' && ($is_admin == 'super' || $is_admin == 'group')) $scrap_href = ''; $good_href = ''; $nogood_href = ''; -if ($member['mb_id']) { +if ($is_member) { // 스크랩 링크 $scrap_href = './scrap_popin.php?bo_table='.$bo_table.'&wr_id='.$wr_id;