diff --git a/bbs/ajax.mb_hp.php b/bbs/ajax.mb_hp.php index 5f4c9ffb6..eeeef8816 100644 --- a/bbs/ajax.mb_hp.php +++ b/bbs/ajax.mb_hp.php @@ -6,5 +6,5 @@ $mb_hp = trim($_POST['reg_mb_hp']); $mb_id = trim($_POST['reg_mb_id']); if ($msg = valid_mb_hp($mb_hp)) die($msg); -if ($msg = exist_mb_hp($mb_hp, $mb_id)) die($msg); +//if ($msg = exist_mb_hp($mb_hp, $mb_id)) die($msg); ?> \ No newline at end of file