--- notifications_content/notifications_content.module	2009-04-28 03:22:01.000000000 -0700
+++ notifications_content/notifications_contentnew.module	2009-05-04 13:28:52.000000000 -0700
@@ -156,9 +156,12 @@ function notifications_content_form_alte
  */
 function _notifications_content_add_disable_field(&$form) {
   // Add fieldset without affecting any other elements there
-  $form['notifications']['#type'] = 'fieldset';
-  $form['notifications']['#title'] = t('Notifications');
-  $form['notifications']['#collapsible'] = TRUE;  
+  $form['notifications'] = array(
+		'#type' => 'fieldset',
+		'#title' => t('Notifications'),
+  	'#collapsible' => TRUE,  
+		'#access' => user_access('skip notifications'),
+	);
   $form['notifications']['notifications_content_disable'] = array(
     '#type'          => 'checkbox',
     '#title'         => t('Do not send notifications for this update.'),
