tbrehm
2008-07-06 5ebfd817903d8af41f9553cd37d87c9080248004
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'   => '',