소스 검색

Update mychannel_edit.htm

tags/6.2.0
tianya 2 년 전
부모
커밋
8637f4604a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/admin/templets/mychannel_edit.htm

+ 1
- 1
src/admin/templets/mychannel_edit.htm 파일 보기

@@ -167,7 +167,7 @@
$dsql->Execute();
while($row3 = $dsql->GetObject())
{
echo "<label><input name='usertype' class='np' type='radio' value=".$row3->name."> ".$row3->name."</label> ";
echo "<label><input name='usertype' class='np' type='radio' value='".$row3->name."'".($row['usertype']==$row3->name? "checked" : "")."> ".$row3->name."</label> ";
}
?>
<label><input name="usertype" class="np" type="radio" value="" <?php if($row['usertype']=='') echo " checked='1' "; ?>> 不限</label>


불러오는 중...
취소
저장