? quote-585428-2.patch
Index: quote.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/quote/quote.module,v
retrieving revision 1.29.2.10.2.9
diff -u -p -r1.29.2.10.2.9 quote.module
--- quote.module	24 Feb 2009 15:00:50 -0000	1.29.2.10.2.9
+++ quote.module	22 Oct 2009 15:55:42 -0000
@@ -86,7 +86,7 @@ function quote_link($type, $post, $tease
  * Implementation of hook_form_alter().
  */
 function quote_form_alter(&$form, &$form_state, $form_id) {
-  if ($form_id == 'comment_form' && isset($_GET['quote']) && $_GET['quote']) {
+  if ($form_id == 'comment_form' && isset($_GET['quote']) && $_GET['quote'] && $form_state['values']['op'] != 'Preview') {
     $nid = arg(2);
     $cid = arg(3);
 
