추천인 관련 코드 수정

This commit is contained in:
gnuboard
2013-04-30 11:49:54 +09:00
parent 5a8fd327a9
commit 3401866e75

View File

@ -75,6 +75,8 @@ if ($w == '' || $w == 'u') {
if ($w=='') {
if ($msg = exist_mb_id($mb_id)) alert($msg);
if (!exist_mb_id($mb_recommend)) alert("추천인이 존재하지 않습니다.");
if (strtolower($mb_id) == strtolower($mb_recommend)) {
alert('본인을 추천할 수 없습니다.');
}