tbrehm
2013-03-20 785ba1766a082a55f14e495a8848603b379ca5ff
Allow national Characters in Filter folder names.
1 files modified
2 ■■■ changed files
interface/web/mail/form/mail_user_filter.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/form/mail_user_filter.tform.php
@@ -112,7 +112,7 @@
            'datatype'    => 'VARCHAR',
            'formtype'    => 'TEXT',
            'validators'    => array (     0 => array (    'type'    => 'REGEX',
                                                        'regex' => '/^[a-zA-Z0-9\.\-\_\ ]{0,100}$/',
                                                        'regex' => '/^[\p{Latin}0-9\.\-\_\ ]{0,100}$/u',
                                                        'errmsg'=> 'target_error_regex'),
                                    ),
            'default'    => '',