Merge branch 'g5'
This commit is contained in:
@ -43,7 +43,6 @@ $sql_common = " mb_name = '{$_POST['mb_name']}',
|
|||||||
mb_addr2 = '{$_POST['mb_addr2']}',
|
mb_addr2 = '{$_POST['mb_addr2']}',
|
||||||
mb_addr3 = '{$_POST['mb_addr3']}',
|
mb_addr3 = '{$_POST['mb_addr3']}',
|
||||||
mb_addr_jibeon = '{$_POST['mb_addr_jibeon']}',
|
mb_addr_jibeon = '{$_POST['mb_addr_jibeon']}',
|
||||||
mb_birth = '{$_POST['mb_birth']}',
|
|
||||||
mb_sex = '{$_POST['mb_sex']}',
|
mb_sex = '{$_POST['mb_sex']}',
|
||||||
mb_signature = '{$_POST['mb_signature']}',
|
mb_signature = '{$_POST['mb_signature']}',
|
||||||
mb_leave_date = '{$_POST['mb_leave_date']}',
|
mb_leave_date = '{$_POST['mb_leave_date']}',
|
||||||
|
|||||||
@ -180,6 +180,8 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) {
|
|||||||
$sql_certify .= " , mb_birth = '{$_SESSION['ss_cert_birth']}' ";
|
$sql_certify .= " , mb_birth = '{$_SESSION['ss_cert_birth']}' ";
|
||||||
$sql_certify .= " , mb_sex = '{$_SESSION['ss_cert_sex']}' ";
|
$sql_certify .= " , mb_sex = '{$_SESSION['ss_cert_sex']}' ";
|
||||||
$sql_certify .= " , mb_dupinfo = '{$_SESSION['ss_cert_dupinfo']}' ";
|
$sql_certify .= " , mb_dupinfo = '{$_SESSION['ss_cert_dupinfo']}' ";
|
||||||
|
if($w == 'u')
|
||||||
|
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
||||||
} else {
|
} else {
|
||||||
$sql_certify .= " , mb_hp = '{$mb_hp}' ";
|
$sql_certify .= " , mb_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '' ";
|
$sql_certify .= " , mb_certify = '' ";
|
||||||
|
|||||||
Reference in New Issue
Block a user