Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-11-21 16:45:57 +09:00
10 changed files with 87 additions and 1 deletions

View File

@ -12,6 +12,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' ");