From 3a843af2ae21e351b6f403e1d84531a7c5d9d3e1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 Jun 2010 21:24:35 +0000 Subject: - Patch #415250 by Jaza, R.Muilwijk, jhodgdon: remove unused parameter from comment_admin_overview(). --- modules/comment/comment.admin.inc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc index ddbdc8bed..eb4a769b8 100644 --- a/modules/comment/comment.admin.inc +++ b/modules/comment/comment.admin.inc @@ -16,19 +16,17 @@ function comment_admin($type = 'new') { return drupal_get_form('comment_multiple_delete_confirm'); } else { - return drupal_get_form('comment_admin_overview', $type, arg(4)); + return drupal_get_form('comment_admin_overview', $type); } } /** - * Form builder; Builds the comment overview form for the admin. + * Form builder for the comment overview administration form. * - * @param $type - * Not used. * @param $arg - * Current path's fourth component deciding the form type (Published comments/Approval queue). - * @return - * The form structure. + * Current path's fourth component: the type of overview form ('approval' or + * 'new'). + * * @ingroup forms * @see comment_admin_overview_validate() * @see comment_admin_overview_submit() -- cgit v1.2.3