From 91e152b8b8d0f1a2497c95bfa3bbb3483adcb4ea Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 4 Feb 2006 09:54:16 +0000 Subject: - Patch #47705 by DriesK: comment moderation/approval wasn't working due to a bug with its forms. --- modules/comment/comment.module | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index cbf1a1215..bc498b193 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -952,7 +952,6 @@ function comment_operations($action = NULL) { * Menu callback; present an administrative comment listing. */ function comment_admin_overview($type = 'new') { - global $form_values; $edit = $_POST['edit']; if ($edit['operation'] == 'delete') { @@ -993,13 +992,7 @@ function comment_admin_overview($type = 'new') { } $form['comments'] = array('#type' => 'checkboxes', '#options' => $comments); $form['pager'] = array('#value' => theme('pager', NULL, 50, 0)); - - $form['#method'] = 'post'; - $form['#action'] = url('admin/comment/action'); - - $output = drupal_get_form('comment_admin_overview', $form); - - return $output; + return drupal_get_form('comment_admin_overview', $form); } /** -- cgit v1.2.3