From d7af2b9d498e1b254395c2da61a31571e14f13c5 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 21 Aug 2013 10:02:15 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20=ED=9C=B4=EB=8C=80?= =?UTF-8?q?=ED=8F=B0=EB=B2=88=ED=98=B8=EA=B0=80=20=EC=9E=88=EC=9D=84=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=EC=A4=91=EB=B3=B5=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 80cc1f434..bf398c4e2 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -145,7 +145,7 @@ if (isset($_FILES['mb_icon']) && is_uploaded_file($_FILES['mb_icon']['tmp_name'] // 본인확인 //--------------------------------------------------------------- $mb_hp = hyphen_hp_number($mb_hp); -if($_SESSION['ss_cert_type'] != 'hp') { +if($_SESSION['ss_cert_type'] != 'hp' && $mb_hp) { // 휴대폰번호 중복체크 $sql = " select mb_id from {$g4['member_table']} where mb_id <> '{$member['mb_id']}' and mb_hp = '{$mb_hp}' "; $row = sql_fetch($sql); @@ -354,7 +354,7 @@ if ($config['cf_use_email_certify'] && $old_email != $mb_email) { unset($_SESSION['ss_cert_type']); unset($_SESSION['ss_cert_no']); unset($_SESSION['ss_cert_hash']); -unset($_SESSION['ss_cert_certify']); +unset($_SESSION['ss_cert_birth']); unset($_SESSION['ss_cert_adult']); if ($msg)