From bd2d91807e815a5ac29915788a454ec5f2783d17 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 23 Nov 2005 08:23:45 +0000 Subject: - Patch #38575 by Neil: fixed infinite loop in comment.module. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 69727bd10..36f81ac93 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1181,7 +1181,7 @@ function comment_form($edit, $title = NULL) { return theme('box', $title, drupal_get_form('comment_form', $form)); } -function comment_form_add_preview($form_id, $form, $edit) { +function comment_form_add_preview($form, $edit) { global $user; $output = ''; -- cgit v1.2.3