From b772162f0b618ef1d130ff88ff188ce53710a774 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 22 Jun 2011 12:23:26 -0400 Subject: [PATCH] disable this while I work to clean up the validators, some forms have regex for existing validators. I should add some notes to the Coding Guidelines about this. --- interface/web/dns/form/dns_soa.tform.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/dns/form/dns_soa.tform.php b/interface/web/dns/form/dns_soa.tform.php index fb5b04a..1abf9ce 100644 --- a/interface/web/dns/form/dns_soa.tform.php +++ b/interface/web/dns/form/dns_soa.tform.php @@ -175,10 +175,10 @@ 'also_notify' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', - 'errmsg'=> 'also_notify_error_regex' - ), - ), +// 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', +// 'errmsg'=> 'also_notify_error_regex' +// ), +// ), 'default' => '', 'value' => '', 'width' => '30', -- Gitblit v1.9.1