diff --git a/interface/web/dns/dns_dmarc_edit.php b/interface/web/dns/dns_dmarc_edit.php index c2c54c6659d4ffdece8e6b18394592efb5c522c4..bada56d85aa4342b51ce66c1b58c09840da71dea 100644 --- a/interface/web/dns/dns_dmarc_edit.php +++ b/interface/web/dns/dns_dmarc_edit.php @@ -94,7 +94,7 @@ class page_action extends tform_actions { $this->id = 1; $old_data = strtolower($rec['data']); $app->tpl->setVar("data", $old_data, true); - //if ($rec['active'] == 'Y') $app->tpl->setVar("active", "CHECKED"); else $app->tpl->setVar("active", "UNCHECKED"); + if ($rec['active'] == 'Y') $app->tpl->setVar("active", ''); else $app->tpl->setVar("active", ''); $dmarc_rua = ''; $dmarc_ruf = ''; $dmac_rf = '';