mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove testing quota percent, committed not intentionally from previous commit
This commit is contained in:
parent
2b6da19330
commit
7da5805d80
@ -4480,7 +4480,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
$quotainfo = $this->quotaDisplay($quota['usage'], $quota['limit']);
|
||||
$content = array (
|
||||
'quota' => $quotainfo['text'],
|
||||
'quotainpercent' => '99',//(string)$quotainfo['percent'],
|
||||
'quotainpercent' => (string)$quotainfo['percent'],
|
||||
'quotaclass' => $quotainfo['class'],
|
||||
'quotanotsupported' => "",
|
||||
'profileid' => $icServerID
|
||||
|
Loading…
Reference in New Issue
Block a user