tbrehm
2010-09-24 28eadb79e75b5d0ad4b2a576bd5f068c45e6d366
interface/web/mail/form/mail_user.tform.php
@@ -114,7 +114,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\w+\.[a-z]{2,10}){0,1}$/i',
                                          'regex' => '/^(\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\w+\.[a-z\-]{2,10}){0,1}$/i',
                                          'errmsg'=> 'cc_error_isemail'),
                           ),
         'default'   => '',