tbrehm
2012-08-10 512f11d01b3a1c3b94e030091f047596f05639b2
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){