Merge branch 'g5'

This commit is contained in:
chicpro
2014-03-28 14:39:00 +09:00

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