사용후기 관리자 페이지 변수명 오류 수정
This commit is contained in:
@ -39,7 +39,7 @@ $qstr .= ($qstr ? '&' : '').'sca='.$sca;
|
||||
<form name="fitemuseform" method="post" action="./itemuseformupdate.php" onsubmit="return fitemuseform_submit(this);">
|
||||
<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="it_id" value="<?php echo $is['it_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; ?>">
|
||||
|
||||
Reference in New Issue
Block a user