회원 체크를 is_member로 수정
This commit is contained in:
@ -94,7 +94,7 @@ if ($write['wr_reply'] == '' && ($is_admin == 'super' || $is_admin == 'group'))
|
|||||||
$scrap_href = '';
|
$scrap_href = '';
|
||||||
$good_href = '';
|
$good_href = '';
|
||||||
$nogood_href = '';
|
$nogood_href = '';
|
||||||
if ($member['mb_id']) {
|
if ($is_member) {
|
||||||
// 스크랩 링크
|
// 스크랩 링크
|
||||||
$scrap_href = './scrap_popin.php?bo_table='.$bo_table.'&wr_id='.$wr_id;
|
$scrap_href = './scrap_popin.php?bo_table='.$bo_table.'&wr_id='.$wr_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user