Remove the empty select option from the dialplan detail group.

This commit is contained in:
Mark Crane
2012-12-26 21:21:31 +00:00
parent ee130817ee
commit 89565a803f

View File

@@ -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";
}