--- notifications_content/notifications_content.module.OLD	2009-11-14 01:10:49.000000000 +1100
+++ notifications_content/notifications_content.module	2010-01-22 11:36:08.353436136 +1100
@@ -173,6 +173,21 @@ function _notifications_content_add_disa
 }
 
 /**
+ * Implementation of hook_content_extra_fields().
+ */
+function notifications_content_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() {
