tbrehm
2008-12-15 db5aa62b7faa2685f29215d4d08e13d28fd481a1
interface/web/dns/form/dns_srv.tform.php
@@ -51,7 +51,7 @@
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
$form["tabs"]['dns'] = array (
   'title'    => "DNS srv",
   'title'    => "DNS SRV",
   'width'    => 100,
   'template'    => "templates/dns_srv_edit.htm",
   'fields'    => array (
@@ -69,7 +69,7 @@
      'zone' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'default'   => intval($_REQUEST["zone"]),
         'default'   => @intval($_REQUEST["zone"]),
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'