Marius Burkard
2016-01-20 337473b29af23892d2bcbe4cc97c087aa5ff8b30
interface/web/client/form/client.tform.php
@@ -329,9 +329,7 @@
               'type' => 'TOLOWER')
         ),
         'validators' => array (  
            0 => array ( 'type' => 'REGEX',
               'regex' => '/^(\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\.[a-z\-]{2,10}){0,1}$/i',
               'errmsg'=> 'email_error_isemail'),
            0 => array ( 'type' => 'ISEMAIL', 'errmsg'=> 'email_error_isemail'),
            1 => array ( 'type' => 'NOTEMPTY',
               'errmsg'=> 'email_error_empty'),
         ),
@@ -502,9 +500,8 @@
            2 => array( 'event' => 'SAVE',
               'type' => 'TOLOWER')
         ),
         'validators' => array (  0 => array ( 'type' => 'REGEX',
               'regex' => '/^(\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\.[a-z\-]{2,10}){0,1}$/i',
               'errmsg'=> 'paypal_email_error_isemail'),
         'validators' => array (
            0 => array ( 'type' => 'ISEMAIL', 'errmsg'=> 'email_error_isemail'),
         ),
         'default' => '',
         'value'  => '',