File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 'validators ' => array ( 0 => array ( 'type ' => 'ISINT ' ,
9595 'errmsg ' => 'quota_error_isint ' ),
9696 1 => array ( 'type ' => 'REGEX ' ,
97- 'regex ' => '/^(-1)|([1-9] [0-9]*)$/ ' ,
97+ 'regex ' => '/^([0-9]*)$/ ' ,
9898 'errmsg ' => 'quota_error_value ' ),
9999 ),
100100 'default ' => '-1 ' ,
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ $wb["welcome_mail_message"] = "Welcome to your new email account. Your webmaster
2828$wb["disableimap_txt"] = 'Disable IMAP';
2929$wb["disablepop3_txt"] = 'Disable POP3';
3030$wb["duplicate_alias_or_forward_txt"] = 'There is already an alias or forwrd with this email address.';
31- $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: -1 for unlimited or numbers > 1';
31+ $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
3232?>
You can’t perform that action at this time.
0 commit comments