Index: comment_cck.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_cck/comment_cck.module,v
retrieving revision 1.13.2.1
diff -u -p -r1.13.2.1 comment_cck.module
--- comment_cck.module	8 May 2009 20:32:08 -0000	1.13.2.1
+++ comment_cck.module	19 May 2009 21:07:21 -0000
@@ -139,7 +139,7 @@ function comment_cck_comment(&$comment, 
         // We'll prepend the updated fields to the comment, not append.
         $comment_text = $comment->comment;
         // Get the comment_cck revisions associated with this comment.
-        $comment_revision = db_fetch_object(db_query('SELECT * FROM {comment_cck_revisions} WHERE cid = %d', $comment->cid));
+        $comment_revision = db_fetch_object(db_query('SELECT cid, vid, previous_vid FROM {comment_cck_revisions} WHERE cid = %d', $comment->cid));
         if (!is_object($comment_revision)) {
           // @TODO: Get this to work on preview. For now, degrade gracefully.
           break;
