summaryrefslogtreecommitdiff
path: root/modules/dblog
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-01 21:01:46 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-01 21:01:46 +0000
commit4de573cadcafac70aee44638e7251715c17a88dc (patch)
tree1f2344aba8a651d5e1b5c9b858504fa83ab03b8d /modules/dblog
parent8caf4da7f14c4d744f5a1d24e6e284dbf57e3470 (diff)
downloadbrdo-4de573cadcafac70aee44638e7251715c17a88dc.tar.gz
brdo-4de573cadcafac70aee44638e7251715c17a88dc.tar.bz2
#58090 by sime and webchick: add id to dblog HTML output table
Diffstat (limited to 'modules/dblog')
-rw-r--r--modules/dblog/dblog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module
index b6cdca21f..acd5a8050 100644
--- a/modules/dblog/dblog.module
+++ b/modules/dblog/dblog.module
@@ -179,7 +179,7 @@ function dblog_overview() {
$rows[] = array(array('data' => t('No log messages available.'), 'colspan' => 6));
}
- $output .= theme('table', $header, $rows);
+ $output .= theme('table', $header, $rows, array('id' => 'admin-dblog'));
$output .= theme('pager', NULL, 50, 0);
return $output;