관리자: 리디자인 16, 관리자 패스워드 확인

This commit is contained in:
whitedot
2013-02-15 17:59:19 +09:00
parent b96434c362
commit 6613f7c5e7
3 changed files with 17 additions and 5 deletions

View File

@ -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 == '')