tbrehm
2012-07-19 dae3b41faee2777046b0b612e2bd8b28caf0f189
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){