From d3561623aa8c86b0766dcad6ec2ae36383d32bb5 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 21 Nov 2022 11:41:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=B4=EB=8C=80=ED=8F=B0=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EC=9E=85=EB=A0=A5=20=ED=95=84=EC=88=98=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }