tbrehm
2013-01-03 10b4c85a7686da07bddb5779f8ceea48acdf412e
interface/web/mail/form/mail_user.tform.php
@@ -134,12 +134,12 @@
         'searchable' => 2
      ),
      'quota' => array (
         'datatype'   => 'INTEGER',
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'ISINT',
         'validators'   => array (    1 => array (   'type'   => 'ISINT',
                                          'errmsg'=> 'quota_error_isint'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([0-9]*)$/',
                              0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([0-9]{1,})$/',
                                          'errmsg'=> 'quota_error_value'),
                           ),
         'default'   => '-1',