Skip to content
Snippets Groups Projects
Commit 17303f12 authored by tbrehm's avatar tbrehm
Browse files

Changed default mailbox quota to -1

parent 6ae1c77d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ $form["tabs"]['mailuser'] = array (
'regex' => '/^(-1)|([1-9][0-9]*)$/',
'errmsg'=> 'quota_error_value'),
),
'default' => '0',
'default' => '-1',
'value' => '',
'width' => '30',
'maxlength' => '255'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment