We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96469e commit a35e4c3Copy full SHA for a35e4c3
interface/web/sites/database_quota_stats.php
@@ -82,7 +82,6 @@ function prepareDataRow($rec) {
82
$rec['used'] = 'n/a';
83
if (empty($rec['database_quota'])) $rec['database_quota'] = 0;
84
$rec['quota'] = $rec['database_quota'];
85
- $rec['quota'] = 'n/a';
86
}
87
$rec['id'] = $rec[$this->idx_key];
88
0 commit comments