관리자 상품문의 상품후기 검색 관련 오류 수정

This commit is contained in:
chicpro
2014-12-23 18:08:12 +09:00
parent 174e640e94
commit 3e80421c89
4 changed files with 2 additions and 4 deletions

View File

@ -23,6 +23,7 @@ $qstr .= ($qstr ? '&' : '').'sca='.$sca;
<form name="fitemqaform" method="post" action="./itemqaformupdate.php" onsubmit="return fitemqaform_submit(this);">
<input type="hidden" name="w" value="<?php echo $w; ?>">
<input type="hidden" name="iq_id" value="<?php echo $iq_id; ?>">
<input type="hidden" name="sca" value="<?php echo $sca; ?>">
<input type="hidden" name="sst" value="<?php echo $sst; ?>">
<input type="hidden" name="sod" value="<?php echo $sod; ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl; ?>">