Browse Source

Update mychannel_edit.htm

tags/6.2.0
tianya 2 years ago
parent
commit
8637f4604a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/templets/mychannel_edit.htm

+ 1
- 1
src/admin/templets/mychannel_edit.htm View File

@@ -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>


Loading…
Cancel
Save