tbrehm
2008-08-03 e08297876e554e2a1b48bca50b44c26e7d755d7e
interface/web/dns/form/dns_soa.tform.php
@@ -94,7 +94,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{0,64}$/',
                                          'regex' => '/^[\w\.\-]{1,64}$/',
                                          'errmsg'=> 'ns_error_regex'),
                           ),
         'default'   => '',
@@ -107,8 +107,8 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'mbox_error_empty'),
                              0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{0,64}$/',
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{0,64}\.$/',
                                          'errmsg'=> 'mbox_error_regex'),
                           ),
         'default'   => '',