From 5e5cd396c4aecc3456cf049083e4eaab95fda75d Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 6 Jan 2021 13:43:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=ED=95=9C=20=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85=EC=99=84?= =?UTF-8?q?=EB=A3=8C=20=EC=BD=94=EB=93=9C=20=EC=9E=AC=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index d109b53cc..793b51315 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -34,8 +34,8 @@ if(!$mb_id) $mb_password = isset($_POST['mb_password']) ? trim($_POST['mb_password']) : ''; $mb_password_re = isset($_POST['mb_password_re']) ? trim($_POST['mb_password_re']) : ''; $mb_name = isset($_POST['mb_name']) ? trim($_POST['mb_name']) : ''; -$mb_nick = isset($_POST['mb_name']) ? trim($_POST['mb_nick']) : ''; -$mb_email = isset($_POST['mb_name']) ? trim($_POST['mb_email']) : ''; +$mb_nick = isset($_POST['mb_nick']) ? trim($_POST['mb_nick']) : ''; +$mb_email = isset($_POST['mb_email']) ? trim($_POST['mb_email']) : ''; $mb_sex = isset($_POST['mb_sex']) ? trim($_POST['mb_sex']) : ""; $mb_birth = isset($_POST['mb_birth']) ? trim($_POST['mb_birth']) : ""; $mb_homepage = isset($_POST['mb_homepage']) ? trim($_POST['mb_homepage']) : "";