tbrehm
2009-09-04 d78c3f52999d4256056cdf979dcc668fbab8b0cb
interface/web/mail/form/mail_user.tform.php
@@ -94,7 +94,7 @@
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'quota_error_isint'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(-1)|([1-9][0-9]*)$/',
                                          'regex' => '/^([0-9]*)$/',
                                          'errmsg'=> 'quota_error_value'),
                           ),
         'default'   => '-1',