tbrehm
2012-08-23 0799f83bf5f93eb51216263d25ff821fc7c67e3a
interface/web/dns/dns_wizard.php
@@ -56,7 +56,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' ORDER BY name ASC");
$template_id_option = '';
$n = 0;
foreach($records as $rec){