1:1문의 등록시 관리자 이메일 알림 추가

This commit is contained in:
chicpro
2014-01-06 11:28:31 +09:00
parent 6030e21aad
commit 6965be7ba2
4 changed files with 25 additions and 0 deletions

View File

@ -20,6 +20,7 @@ $sql = " update {$g5['qa_config_table']}
qa_use_sms = '{$_POST['qa_use_sms']}',
qa_send_number = '{$_POST['qa_send_number']}',
qa_admin_hp = '{$_POST['qa_admin_hp']}',
qa_admin_email = '{$_POST['qa_admin_email']}',
qa_use_editor = '{$_POST['qa_use_editor']}',
qa_subject_len = '{$_POST['qa_subject_len']}',
qa_mobile_subject_len = '{$_POST['qa_mobile_subject_len']}',