summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 767880040..368056a2b 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1655,7 +1655,7 @@ function system_sql() {
$result = db_query("SHOW STATUS");
while ($entry = db_fetch_object($result)) {
- $data[$entry->Variable_name] = $entry->Value;
+ $data[$entry->variable_name] = $entry->value;
}
$output = '<h2>'. t('Command counters') .'</h2>';