회원 체크를 is_member로 수정

This commit is contained in:
chicpro
2013-02-22 16:54:27 +09:00
parent 2cad39ee00
commit 77d0cae53c

View File

@ -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;