Skip to content

Commit b772162

Browse files
author
latham
committed
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.
1 parent 43824ba commit b772162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interface/web/dns/form/dns_soa.tform.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@
175175
'also_notify' => array (
176176
'datatype' => 'VARCHAR',
177177
'formtype' => 'TEXT',
178-
'validators' => array ( 0 => array ( 'type' => 'ISIPV4',
179-
'errmsg'=> 'also_notify_error_regex'
180-
),
181-
),
178+
// 'validators' => array ( 0 => array ( 'type' => 'ISIPV4',
179+
// 'errmsg'=> 'also_notify_error_regex'
180+
// ),
181+
// ),
182182
'default' => '',
183183
'value' => '',
184184
'width' => '30',

0 commit comments

Comments
 (0)