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

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; ?>">

View File

@ -9,8 +9,6 @@ if ($w == 'd')
else
auth_check($auth[$sub_menu], "w");
$qstr = "page=$page&amp;sort1=$sort1&amp;sort2=$sort2";
if ($w == "u")
{
$sql = "update {$g5['g5_shop_item_qa_table']}

View File

@ -30,6 +30,7 @@ $qstr .= ($qstr ? '&amp;' : '').'sca='.$sca;
<input type="hidden" name="w" value="<?php echo $w; ?>">
<input type="hidden" name="is_id" value="<?php echo $is_id; ?>">
<input type="hidden" name="it_id" value="<?php echo $is['is_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; ?>">

View File

@ -9,8 +9,6 @@ if ($w == 'd')
else
auth_check($auth[$sub_menu], "w");
$qstr = "page=$page&amp;sort1=$sort1&amp;sort2=$sort2";
if ($w == "u")
{
$sql = "update {$g5['g5_shop_item_use_table']}