--- notifications.admin.inc	2008-02-15 00:54:32.000000000 +0800
+++ notifications.admin.inc	2008-02-28 16:31:40.000000000 +0800
@@ -429,7 +429,7 @@ function notifications_user_form($accoun
   $form['subscriptions'] = array(
     '#tree' => TRUE,
     '#theme' => 'notifications_form_table',
-    '#header' => array('', $field_title, t('Send interval'), t('Send method'))
+    '#header' => array(theme('table_select_header_cell'), $field_title, t('Send interval'), t('Send method'))
   );  
   foreach ($list as $key => $title) {
     $rowdefaults = isset($subscriptions[$key]) ? (array)($subscriptions[$key]) : $defaults;
