tbrehm
2007-07-31 15e77077aa7acdcfc74dad3e3586c96870a4107b
interface/web/dns/form/dns_soa.tform.php
@@ -201,7 +201,8 @@
            '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"
         )
        )
   )