Remove the empty select option from the dialplan detail group.
This commit is contained in:
parent
ee130817ee
commit
89565a803f
|
|
@ -459,7 +459,6 @@ function Replaceivr_menu_option_param(obj){
|
|||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select name='dialplan_detail_group' class='formfld'>\n";
|
||||
echo " <option></option>\n";
|
||||
if (strlen($dialplan_detail_group)> 0) {
|
||||
echo " <option selected='selected' value='".htmlspecialchars($dialplan_detail_group)."'>".htmlspecialchars($dialplan_detail_group)."</option>\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue