From 1a4a6b7e95e6125d7e38f923c1890a6d052c63b7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 15 Nov 2012 09:27:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=ED=81=AC=EC=97=85:=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90>=ED=9A=8C=EC=9B=90=EB=93=B1=EB=A1=9D=EC=88=98?= =?UTF-8?q?=EC=A0=95=ED=8F=BC=20=EC=BA=A1=EC=85=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/member_form.php b/adm/member_form.php index 049d4a308..75d792f75 100644 --- a/adm/member_form.php +++ b/adm/member_form.php @@ -8,7 +8,7 @@ $token = get_token(); if ($w == '') { - $required_mb_id = 'required minlength=3 alphanumericunderline'; + $required_mb_id = 'required minlength="3" alphanumericunderline'; $required_mb_password = 'required'; $mb[mb_mailling] = 1; @@ -73,7 +73,7 @@ include_once('./admin.head.php'); - +