71라인 , 제거

This commit is contained in:
chicpro
2013-02-18 16:37:05 +09:00
parent dd29e70339
commit 6aaa395aa2

View File

@ -68,7 +68,7 @@ $colspan = 8;
생성된 그룹수 <?=number_format($total_count)?>개
</span>
<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_admin"<?=get_selected($_GET['sfl'], "gr_admin");?>>그룹관리자</option>
</select>