mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make minimum quota limit 30 MB
This commit is contained in:
parent
ba16f1ac3e
commit
452d590161
@ -4493,7 +4493,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
'quotaclass' => $quotainfo['class'],
|
||||
'quotanotsupported' => "",
|
||||
'profileid' => $icServerID,
|
||||
'quotawarning' => $quotaMin < 50 ? true : false
|
||||
'quotawarning' => $quotaMin < 30 ? true : false
|
||||
);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user