71라인 , 제거
This commit is contained in:
@ -68,7 +68,7 @@ $colspan = 8;
|
|||||||
생성된 그룹수 <?=number_format($total_count)?>개
|
생성된 그룹수 <?=number_format($total_count)?>개
|
||||||
</span>
|
</span>
|
||||||
<select name="sfl" title="검색대상">
|
<select name="sfl" title="검색대상">
|
||||||
<option value="gr_subject"<?=get_selected($_GET['sfl'], "gr_subject", );?>>제목</option>
|
<option value="gr_subject"<?=get_selected($_GET['sfl'], "gr_subject");?>>제목</option>
|
||||||
<option value="gr_id"<?=get_selected($_GET['sfl'], "gr_id");?>>ID</option>
|
<option value="gr_id"<?=get_selected($_GET['sfl'], "gr_id");?>>ID</option>
|
||||||
<option value="gr_admin"<?=get_selected($_GET['sfl'], "gr_admin");?>>그룹관리자</option>
|
<option value="gr_admin"<?=get_selected($_GET['sfl'], "gr_admin");?>>그룹관리자</option>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user