mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +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'],
|
'quotaclass' => $quotainfo['class'],
|
||||||
'quotanotsupported' => "",
|
'quotanotsupported' => "",
|
||||||
'profileid' => $icServerID,
|
'profileid' => $icServerID,
|
||||||
'quotawarning' => $quotaMin < 50 ? true : false
|
'quotawarning' => $quotaMin < 30 ? true : false
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user