추천인사용시 추천인 입력 없어도 오류 체크하지 않도록 수정
This commit is contained in:
@ -75,7 +75,7 @@ if ($w == '' || $w == 'u') {
|
|||||||
if ($w=='') {
|
if ($w=='') {
|
||||||
if ($msg = exist_mb_id($mb_id)) alert($msg);
|
if ($msg = exist_mb_id($mb_id)) alert($msg);
|
||||||
|
|
||||||
if ($config['cf_use_recommend']) {
|
if ($config['cf_use_recommend'] && $mb_recommend) {
|
||||||
if (!exist_mb_id($mb_recommend))
|
if (!exist_mb_id($mb_recommend))
|
||||||
alert("추천인이 존재하지 않습니다.");
|
alert("추천인이 존재하지 않습니다.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user