mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added 6cm into band selectbox
6cm was not listed...
This commit is contained in:
parent
36621b1e23
commit
ab8876c883
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@
|
|||
</optgroup>
|
||||
|
||||
<optgroup label="Microwave">
|
||||
<option value="6cm" <?php if($this->session->userdata('band') == "6cm") { echo "selected=\"selected\""; } ?>>6cm</option>
|
||||
<option value="3cm" <?php if($this->session->userdata('band') == "3cm") { echo "selected=\"selected\""; } ?>>3cm</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue