forked from extern/egroupware
Remove testing quota percent, committed not intentionally from previous commit
This commit is contained in:
parent
a9da4d70bc
commit
cc6f81a15e
@ -4330,7 +4330,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