=== modified file 'modules/comment/comment.module' --- modules/comment/comment.module 2006-08-31 21:58:36 +0000 +++ modules/comment/comment.module 2006-09-05 14:35:29 +0000 @@ -1418,8 +1418,6 @@ function comment_form($edit, $title = NU $form['#action'] = url('comment/reply/'. $edit['nid']); } - // Graft in extra form additions - $form = array_merge($form, comment_invoke_comment($form, 'form')); return $form; }