? 361649-1.patch Index: comment.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/comment.inc,v retrieving revision 1.136 diff -u -p -r1.136 comment.inc --- comment.inc 20 Jan 2009 18:38:03 -0000 1.136 +++ comment.inc 20 Jan 2009 22:53:12 -0000 @@ -454,8 +454,7 @@ function project_issue_is_comment_reply( /** * Appends the comment thread to the comment reply form. */ -function project_issue_comment_pre_render($form_id, &$form) { - +function project_issue_comment_pre_render($form) { // Force the correct formatting. $_GET['mode'] = COMMENT_MODE_FLAT_EXPANDED; $_GET['sort'] = COMMENT_ORDER_OLDEST_FIRST; @@ -475,4 +474,5 @@ function project_issue_comment_pre_rende } $form['#suffix'] = $suffix . $preview; + return $form; }