daniel
2008-06-04 dbb5b87b45f7f6a4a7f42373e2dbc3f37c690e99
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"
         )
        )