tbrehm
2008-05-23 47e3bb63b47a6b6eeae8e5a646274083bdab60db
interface/web/dns/form/dns_soa.tform.php
@@ -202,7 +202,7 @@
            'class'   => 'plugin_listview',
           'options' => array(
            'listdef' => 'list/dns_a.list.php',
            'sqlextwhere' => "zone = ".intval(@$_REQUEST['id']),
            'sqlextwhere' => "zone = ".@intval(@$_REQUEST['id']),
            'sql_order_by' => "ORDER BY type, name"
         )
        )