Skip to content
Snippets Groups Projects
Commit a35e4c34 authored by Florian Schaal's avatar Florian Schaal
Browse files

fix last commit

parent e96469ee
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,6 @@ class list_action extends listform_actions { ...@@ -82,7 +82,6 @@ class list_action extends listform_actions {
$rec['used'] = 'n/a'; $rec['used'] = 'n/a';
if (empty($rec['database_quota'])) $rec['database_quota'] = 0; if (empty($rec['database_quota'])) $rec['database_quota'] = 0;
$rec['quota'] = $rec['database_quota']; $rec['quota'] = $rec['database_quota'];
$rec['quota'] = 'n/a';
} }
$rec['id'] = $rec[$this->idx_key]; $rec['id'] = $rec[$this->idx_key];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment