From 1a5fcacdd9d6831a01d8eab8f49674c59c25cb80 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 18:53:22 +0000 Subject: - Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function. --- modules/poll/poll.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/poll/poll.module') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index ccfa3011b..72deda17e 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -137,12 +137,12 @@ function poll_form(&$node, &$help, &$error) { return $output; } -function poll_help($section = "admin/poll/help") { +function poll_help($section = "admin/help#poll") { $output = ""; switch ($section) { - case 'admin/poll/help': + case 'admin/help#poll': $output .= "

Users with the correct %permissions can create and/or vote on polls.

"; $output .= "