--- notifications_content/notifications_content.module	2009-11-13 06:10:49.000000000 -0800
+++ notifications_content/notifications_content_patch.module	2009-11-16 09:31:47.000000000 -0800
@@ -173,6 +173,21 @@ function _notifications_content_add_disa
 }
 
 /**
+ * Implementation of hook_content_extra_fields().
+ */
+function notifications_content_extra_fields($type_name) {
+  if (module_exists('notifications')) {
+    $extra['notifications'] = array(
+      'label' => t('Skip Notifications'),
+      'description' => t('Skip Notifications form.'),
+      'weight' => 40,
+    );
+  }
+	
+	return $extra;
+}
+
+/**
  * Implementation of hook_theme()
  */
 function notifications_content_theme() {
