From f6ee7a108a27ce6ccf85995ac638c0692e0434c3 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 Nov 2005 11:44:10 -0500
Subject: [PATCH] 

---
 interface/web/dns/list/soa.list.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/interface/web/dns/list/soa.list.php b/interface/web/dns/list/soa.list.php
index 3c6c46c..9755c1e 100644
--- a/interface/web/dns/list/soa.list.php
+++ b/interface/web/dns/list/soa.list.php
@@ -65,6 +65,7 @@
                                                         'width'                => "",
                                                         'value'                => "");
 
+/*
 $liste["item"][] = array(        'field'                => "mbox",
                                                         'datatype'        => "VARCHAR",
                                                         'formtype'        => "TEXT",
@@ -118,6 +119,7 @@
                                                         'suffix'        => "",
                                                         'width'                => "",
                                                         'value'                => "");
+*/
 
 $liste["item"][] = array(        'field'                => "ttl",
                                                         'datatype'        => "INTEGER",
@@ -137,6 +139,7 @@
                                                         'width'                => "",
                                                         'value'                => "");
 
+/*
 $liste["item"][] = array(        'field'                => "xfer",
                                                         'datatype'        => "VARCHAR",
                                                         'formtype'        => "TEXT",
@@ -145,6 +148,6 @@
                                                         'suffix'        => "%",
                                                         'width'                => "",
                                                         'value'                => "");
-
+*/
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1