통합인증 : php8버전 관련 에러 수정, 재인증시 성명도 갱신되게 쿼리 추가

This commit is contained in:
projectSylas
2021-09-28 06:56:02 +00:00
parent 497ac75031
commit 166c5e92bd
4 changed files with 14 additions and 6 deletions

View File

@ -50,7 +50,7 @@
$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']) {
if (!empty($row['mb_id'])) {
alert_close("입력하신 본인확인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
}
@ -83,7 +83,7 @@
}
$g5['title'] = 'KG이니시스 통합인증 결과';
include_once(G5_PATH.'/head.sub.php');
include_once(G5_PATH.'/head.sub.php');
?>
<script>
jQuery(function($) {