ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/domain/form/domain.tform.php
@@ -93,7 +93,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'domain_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z]{2,10}$/',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z\-]{2,10}$/',
                                          'errmsg'=> 'domain_error_regex'),
                           ),
         'default'   => '',