보안패치 및 그누보드 5.0.24 수정내역 적용

This commit is contained in:
chicpro
2014-12-08 11:23:01 +09:00
parent 7ea9d2e1d2
commit 244b8ae819
270 changed files with 10 additions and 8151 deletions

View File

@ -132,7 +132,7 @@ if ($xpay->TX()) {
$sql = " select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '{$mb_dupinfo}' ";
$row = sql_fetch($sql);
if ($row['mb_id']) {
alert_close("입력하신 본인인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
alert_close("입력하신 본인인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
}
}