tbrehm
2009-03-23 03cd17f83b68e9293579e99f47f2d4f9e96a158d
interface/web/dns/dns_wizard.php
@@ -55,7 +55,7 @@
// Load the templates
$records = $app->db->queryAllRecords("SELECT * FROM dns_template WHERE visible = 'y'");
$records = $app->db->queryAllRecords("SELECT * FROM dns_template WHERE visible = 'Y'");
$template_id_option = '';
foreach($records as $rec){
   $checked = ($rec['template_id'] == $template_id)?' SELECTED':'';