latham
2011-06-22 b772162f0b618ef1d130ff88ff188ce53710a774
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 files modified
8 ■■■■ changed files
interface/web/dns/form/dns_soa.tform.php 8 ●●●● patch | view | raw | blame | history
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',