Domain Settings, Removed blank from Enabled select box

This commit is contained in:
Nate Jones
2014-04-27 10:30:40 +00:00
parent 7142c5e21b
commit d3a4c09888

View File

@@ -437,7 +437,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <select class='formfld' name='domain_setting_enabled'>\n";
echo " <option value=''></option>\n";
if ($domain_setting_enabled == "true") {
echo " <option value='true' selected='selected'>".$text['label-true']."</option>\n";
}