From fd11f9f440a89b864c7633e50ad0b40ac52b458e Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 4 Jun 2013 16:31:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=EC=8B=9C?= =?UTF-8?q?=20mb=5Fsex=20=EA=B0=80=20=EB=91=90=EB=B2=88=20=EB=8C=80?= =?UTF-8?q?=EC=9E=85=EB=90=A0=20=EA=B0=80=EB=8A=A5=EC=84=B1=EC=9D=B4=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 787c7b8f8..64c0d873a 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -284,10 +284,6 @@ if ($w == '') { if ($mb_open_default != $mb_open) $sql_open_date = " , mb_open_date = '".G4_TIME_YMD."' "; - $sql_sex = ""; - if (isset($mb_sex)) - $sql_sex = " , mb_sex = '{$mb_sex}' "; - // 이전 메일주소와 수정한 메일주소가 틀리다면 인증을 다시 해야하므로 값을 삭제 $sql_email_certify = ''; if ($old_email != $mb_email && $config['cf_use_email_certify'])