We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 최신 그누보드에서 adm/member_form.php 접속하면 아래 에러 나옵니다.
if ($mb['mb_intercept_date']) { $g5['title'] = "차단된 "; } else { $g5['title'] = ""; }
이렇게 하니까 에러 없어졌네요.
The text was updated successfully, but these errors were encountered:
알려주셔서 감사합니다.
해당 내용을 수정하겠습니다.
Sorry, something went wrong.
관리자 회원관리에서 PHP WARNING 경고문이 나오는 코드 수정 #316
940e701
No branches or pull requests
안녕하세요. 최신 그누보드에서
adm/member_form.php 접속하면 아래 에러 나옵니다.
-- | Notice: Undefined index: title in .../adm/member_form.php on line 208
if ($mb['mb_intercept_date']) {
$g5['title'] = "차단된 ";
} else {
$g5['title'] = "";
}
이렇게 하니까 에러 없어졌네요.
The text was updated successfully, but these errors were encountered: