Index: comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.487
diff -u -r1.487 comment.module
--- comment.module	9 Sep 2006 00:23:11 -0000	1.487
+++ comment.module	11 Sep 2006 15:22:41 -0000
@@ -767,7 +767,6 @@
         $query .= ' AND c.status = %d';
         $query_args[] = COMMENT_PUBLISHED;
       }
-      $query .= ' GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.status';
       $result = db_query($query, $query_args);
 
       if ($comment = db_fetch_object($result)) {
@@ -794,8 +793,6 @@
         $query_args[] = COMMENT_PUBLISHED;
       }
 
-      $query .= ' GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status';
-
       /*
       ** We want to use the standard pager, but threads would need every
       ** comment to build the thread structure, so we need to store some
