관리자: 리디자인 16, 관리자 패스워드 확인
This commit is contained in:
@ -164,11 +164,11 @@ $colspan = 15;
|
||||
$intercept_title = '';
|
||||
if ($row['mb_leave_date']) {
|
||||
$mb_id = $mb_id;
|
||||
$leave_msg = '탈퇴함';
|
||||
$leave_msg = '<br>탈퇴함';
|
||||
}
|
||||
else if ($row['mb_intercept_date']) {
|
||||
$mb_id = $mb_id;
|
||||
$intercept_msg = '차단됨';
|
||||
$intercept_msg = '<br>차단됨';
|
||||
$intercept_title = '차단해제';
|
||||
}
|
||||
if ($intercept_title == '')
|
||||
|
||||
Reference in New Issue
Block a user