tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/web/mail/form/mail_user.tform.php
@@ -86,7 +86,7 @@
                    0 => array (  'type'  => 'UNIQUE',
                            'errmsg'=> 'login_error_unique'),
                    1 => array (  'type'  => 'REGEX',
                            'regex' => '/^[a-z][\w\.\-_\+@]{1,63}$/',
                            'regex' => '/^[a-z0-9][\w\.\-_\+@]{1,63}$/',
                            'errmsg'=> 'login_error_regex'),
                  ),
      'default' => '',
@@ -226,11 +226,6 @@
      'autoresponder_start_date' => array (
         'datatype'   => 'DATETIME',
         'formtype'   => 'DATETIME',
         'validators'=> array (    0 => array (   'type'   => 'CUSTOM',
                                       'class' => 'validate_autoresponder',
                                       'function' => 'start_date',
                                       'errmsg'=> 'autoresponder_start_date_isfuture'),
                         ),
      ),
      'autoresponder_end_date' => array (
         'datatype'   => 'DATETIME',