From 24d43d3924d58614ab4c16bf4a2d8b0d489443c1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 20 May 2014 16:51:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=ED=99=95=EC=9D=B8=EC=8B=9C?= =?UTF-8?q?=EC=97=90=EB=A7=8C=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=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, 2 insertions(+) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 289204d51..235dcdcb9 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -180,6 +180,8 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) { $sql_certify .= " , mb_birth = '{$_SESSION['ss_cert_birth']}' "; $sql_certify .= " , mb_sex = '{$_SESSION['ss_cert_sex']}' "; $sql_certify .= " , mb_dupinfo = '{$_SESSION['ss_cert_dupinfo']}' "; + if($w == 'u') + $sql_certify .= " , mb_name = '{$mb_name}' "; } else { $sql_certify .= " , mb_hp = '{$mb_hp}' "; $sql_certify .= " , mb_certify = '' ";