diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 1873c1b84..8ba74e689 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1044,7 +1044,7 @@ function comment_admin_overview($type = 'new', $arg) { // load the comments that we want to display $status = ($type == 'approval') ? COMMENT_NOT_PUBLISHED : COMMENT_PUBLISHED; $form['header'] = array('#type' => 'value', '#value' => array( - NULL, + theme('table_select_header_cell'), array('data' => t('Subject'), 'field' => 'subject'), array('data' => t('Author'), 'field' => 'name'), array('data' => t('Time'), 'field' => 'timestamp', 'sort' => 'desc'), |