오타 수정 (왕대인님 제보)

This commit is contained in:
thisgun
2017-02-09 10:36:45 +09:00
parent cd7c056118
commit 119fe467d2

View File

@ -89,7 +89,7 @@ $listall = '<a href="'.$_SERVER['SCRIPT_NAME'].'" class="ov_listall">전체목
<label for="sel_field" class="sound_only">검색대상</label>
<select name="sel_field" id="sel_field">
<option value="it_name" <?php echo get_selected($sel_field, 'b.it_name'); ?>>상품명</option>
<option value="b.it_name" <?php echo get_selected($sel_field, 'b.it_name'); ?>>상품명</option>
<option value="a.it_id" <?php echo get_selected($sel_field, 'a.it_id'); ?>>상품코드</option>
</select>