tbrehm
2010-09-16 9ae403365633fd4731ab88b61d332c25b1f5c577
interface/web/dns/form/dns_ptr.tform.php
@@ -78,7 +78,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{1,64}$/',
                                          'regex' => '/^[\w\.\-]{1,256}$/',
                                          'errmsg'=> 'name_error_regex'),
                           ),
         'default'   => '',
@@ -100,7 +100,7 @@
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'data_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{1,64}$/',
                                          'regex' => '/^[\w\.\-]{1,256}$/',
                                          'errmsg'=> 'data_error_regex'),
                           ),
         'default'   => '',