Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.49
diff -u -r1.49 system.admin.inc
--- system.admin.inc	6 Jan 2008 18:22:14 -0000	1.49
+++ system.admin.inc	9 Jan 2008 02:49:37 -0000
@@ -1774,7 +1774,7 @@
 
   $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>';
