From 6ef722e7ea258108954bea7b11b57dc84917833a Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Aug 2014 09:54:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=89=EB=84=A4=EC=9E=84=20=EA=B8=88?= =?UTF-8?q?=EC=A7=80=EB=8B=A8=EC=96=B4=20=EC=B2=B4=ED=81=AC=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/ajax.mb_nick.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bbs/ajax.mb_nick.php b/bbs/ajax.mb_nick.php index 50a90f037..07fc5dcc9 100644 --- a/bbs/ajax.mb_nick.php +++ b/bbs/ajax.mb_nick.php @@ -9,4 +9,5 @@ if ($msg = empty_mb_nick($mb_nick)) die($msg); if ($msg = valid_mb_nick($mb_nick)) die($msg); if ($msg = count_mb_nick($mb_nick)) die($msg); if ($msg = exist_mb_nick($mb_nick, $mb_id)) die($msg); +if ($msg = reserve_mb_nick($mb_nick)) die($msg); ?> \ No newline at end of file