불필요한 아이콘 파일 삭제

This commit is contained in:
gnuboard
2013-05-13 18:29:33 +09:00
parent 838bc4b146
commit 4392158b15
17 changed files with 100 additions and 50 deletions

View File

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