tbrehm
2009-08-25 69944a5535b16007bd2cd8c546e8be6dfc35adf8
interface/web/mail/form/mail_user.tform.php
@@ -93,8 +93,11 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'quota_error_isint'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(-1)|([1-9][0-9]*)$/',
                                          'errmsg'=> 'quota_error_value'),
                           ),
         'default'   => '0',
         'default'   => '-1',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'