? 325903_d6_remove_preview_reminder.patch
? comment_notify_install_d6.patch
Index: comment_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.37
diff -u -p -r1.37 comment_notify.module
--- comment_notify.module	26 Oct 2008 23:24:47 -0000	1.37
+++ comment_notify.module	27 Oct 2008 00:58:06 -0000
@@ -82,29 +82,6 @@ function comment_notify_form_alter(&$for
     return;
   }
 
-  // If this is a POST then it is a preview and we remind people that there post isn't done yet.
-  $op = isset($_POST['op']) ? $_POST['op'] : '';
-
-  if ($op == t('Preview comment')) {
-    drupal_set_message(t('ATTENTION: Your comment is NOT YET posted - please click the post button to confirm your post'));
-
-    //extra submit button on top
-    if (!form_get_errors() && ((variable_get('comment_preview', COMMENT_PREVIEW_REQUIRED) == COMMENT_PREVIEW_OPTIONAL) || ($op == t('Preview comment')) || ($op == t('Post comment')))) {
-      $form['submitextra'] = array(
-        '#type' => 'fieldset',
-        '#title' => t('Comment is not posted yet - please click post button to confirm your post'),
-        '#weight' => -99,
-        '#collapsible' => FALSE
-      );
-
-      $form['submitextra']['submit'] = array(
-        '#type' => 'submit',
-        '#value' => t('Post comment'),
-        '#weight' => -20
-      );
-    }
-  }
-
   $total_options = array(
     COMMENT_NOTIFY_DISABLED => t('No notifications'),
     COMMENT_NOTIFY_NODE     => t('For all comments on this post'),
