추천인이 올바른지 검사

This commit is contained in:
gnuboard
2013-04-30 11:53:33 +09:00
parent f32df6be5b
commit ab0d6dee1b

View File

@ -343,6 +343,13 @@ function fregisterform_submit(f)
f.mb_recommend.focus();
return false;
}
var msg = reg_mb_recommend_check();
if (msg) {
alert(msg);
f.mb_recommend.select();
return false;
}
}
<?php if ($config['cf_kcpcert_use']) { ?>