mcramer
2012-09-13 65ea2ecf27418feaf7681a02d74168d0d82626fb
interface/web/dns/form/dns_soa.tform.php
@@ -37,6 +37,7 @@
*/
global $app;
$form["title"]          = "DNS Zone";
$form["description"]    = "";
@@ -250,7 +251,7 @@
            'class'   => 'plugin_listview',
           'options' => array(
            'listdef' => 'list/dns_a.list.php',
            'sqlextwhere' => "zone = ".@intval(@$_REQUEST['id']),
            'sqlextwhere' => "zone = ".@$app->functions->intval(@$_REQUEST['id']),
            'sql_order_by' => "ORDER BY type, name"
         )
        )