tbrehm
2013-08-07 69ba0bfef2f4ebd29c8a6148a4763c075a8f4db0
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',