mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
spaces
This commit is contained in:
parent
0f2f9ce73e
commit
813d76cae7
@ -527,9 +527,9 @@ if ($act!="new" && $act!="edit") {
|
||||
<select name='netbios_ntype'>
|
||||
<?php
|
||||
foreach ($netbios_nodetypes as $type => $name) :
|
||||
$selected = "";
|
||||
$selected = "";
|
||||
if ($pconfig['netbios_ntype'] == $type) {
|
||||
$selected = "selected=\"selected\"";
|
||||
$selected = "selected=\"selected\"";
|
||||
}?>
|
||||
<option value="<?=$type;?>" <?=$selected;?>><?=$name;?></option>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user