#328 상품문의 답변 sms 이메일 알림 추가

This commit is contained in:
chicpro
2013-11-21 16:35:19 +09:00
parent 8b216869f1
commit 2d02784941
4 changed files with 55 additions and 0 deletions

View File

@ -18,6 +18,11 @@ $iq_id = escape_trim($_REQUEST['iq_id']);
$chk_secret = '';
if($w == '') {
$qa['iq_email'] = $member['mb_email'];
$qa['iq_hp'] = $member['mb_hp'];
}
if ($w == "u")
{
$qa = sql_fetch(" select * from {$g5['g5_shop_item_qa_table']} where iq_id = '$iq_id' ");