summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index a83a25212..b1b3acffa 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -206,6 +206,7 @@ function theme_system_user($form) {
$rows[] = $row;
}
+ $header = array(t('Screenshot'), t('Name'), t('Selected'));
$output = theme('table', $header, $rows);
return $output;
}