diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-22 14:17:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-22 14:17:11 +0000 |
commit | 07ecb2abb0206484a77acbf5ba767af856d99520 (patch) | |
tree | bf1ac51fea0ead17b9861291e71b51ac332a97bd /modules/system/system.module | |
parent | f31db8d70f08a29bac6b98049c138344d37b75ea (diff) | |
download | brdo-07ecb2abb0206484a77acbf5ba767af856d99520.tar.gz brdo-07ecb2abb0206484a77acbf5ba767af856d99520.tar.bz2 |
- Patch #34831 by asimmonds: added missing table header.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
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; } |