diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 805803aa5..365d006b0 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -111,7 +111,7 @@ if ($w == '' || $w == 'u') { if ($msg = prohibit_mb_email($mb_email))alert($msg, "", true, true); // 휴대폰 필수입력일 경우 휴대폰번호 유효성 체크 - if ($config['cf_use_hp'] || ($config['cf_cert_hp'] || $config['cf_cert_simple']) && $config['cf_req_hp']) { + if (($config['cf_use_hp'] || $config['cf_cert_hp'] || $config['cf_cert_simple']) && $config['cf_req_hp']) { if ($msg = valid_mb_hp($mb_hp)) alert($msg, "", true, true); }