From 3193d8a0cb8369a0ef71b2daa2c58c24ff43a000 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 20 May 2014 16:50:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EC=A0=95=EB=B3=B4=20=EC=88=98=EC=A0=95=EC=8B=9C=20?= =?UTF-8?q?=EC=83=9D=EB=85=84=EC=9B=94=EC=9D=BC=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=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 --- adm/member_form_update.php | 1 - 1 file changed, 1 deletion(-) diff --git a/adm/member_form_update.php b/adm/member_form_update.php index 2941aa415..588a8dd01 100644 --- a/adm/member_form_update.php +++ b/adm/member_form_update.php @@ -43,7 +43,6 @@ $sql_common = " mb_name = '{$_POST['mb_name']}', mb_addr2 = '{$_POST['mb_addr2']}', mb_addr3 = '{$_POST['mb_addr3']}', mb_addr_jibeon = '{$_POST['mb_addr_jibeon']}', - mb_birth = '{$_POST['mb_birth']}', mb_sex = '{$_POST['mb_sex']}', mb_signature = '{$_POST['mb_signature']}', mb_leave_date = '{$_POST['mb_leave_date']}', From 24d43d3924d58614ab4c16bf4a2d8b0d489443c1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 20 May 2014 16:51:15 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=ED=99=95=EC=9D=B8?= =?UTF-8?q?=EC=8B=9C=EC=97=90=EB=A7=8C=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=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, 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 = '' ";