mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
SIP Profile Settings, Removed blank from Enabled select box
This commit is contained in:
@@ -222,8 +222,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='sip_profile_setting_enabled'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
if ($sip_profile_setting_enabled == "true" || strlen($sip_profile_setting_enabled) == 0) {
|
||||
if ($sip_profile_setting_enabled == "true") {
|
||||
echo " <option value='true' selected >".$text['option-true']."</option>\n";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user