휴대폰번호 중복 체크코드 주석처리

This commit is contained in:
chicpro
2014-03-28 14:38:12 +09:00
parent 9593cf952d
commit 5ce0ad1221

View File

@ -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);
?>