Skip to content

Commit a35e4c3

Browse files
author
Florian Schaal
committed
fix last commit
1 parent e96469e commit a35e4c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/web/sites/database_quota_stats.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ function prepareDataRow($rec) {
8282
$rec['used'] = 'n/a';
8383
if (empty($rec['database_quota'])) $rec['database_quota'] = 0;
8484
$rec['quota'] = $rec['database_quota'];
85-
$rec['quota'] = 'n/a';
8685
}
8786
$rec['id'] = $rec[$this->idx_key];
8887

0 commit comments

Comments
 (0)