인증 필드명 변경에 따른 기존 인증정보 수정 코드 추가
This commit is contained in:
@ -98,6 +98,8 @@ if(!isset($config['cf_cert_use'])) {
|
||||
ADD `cf_cert_kcp_cd` VARCHAR(255) NOT NULL DEFAULT '' AFTER `cf_cert_kcb_cd` ", true);
|
||||
sql_query(" ALTER TABLE `{$g4['member_table']}`
|
||||
CHANGE `mb_hp_certify` `mb_certify` VARCHAR(20) NOT NULL DEFAULT '' ", true);
|
||||
sql_query(" update {$g4['member_table']} set mb_certify = 'hp' where mb_certify = '1' ");
|
||||
sql_query(" update {$g4['member_table']} set mb_certify = '' where mb_certify = '0' ");
|
||||
}
|
||||
|
||||
$g4['title'] = '환경설정';
|
||||
|
||||
Reference in New Issue
Block a user