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/tracker/tracker.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/tracker/tracker.module') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index d40079cb3..5b5a6a59c 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -1,11 +1,11 @@ The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings.

"); break; case 'admin/system/modules#description': @@ -22,7 +22,7 @@ function tracker_link($type) { if ($type == "system") { if (user_access("access content")) { - menu("tracker", t("recent posts"), "tracker_page", NULL, 1); + menu("tracker", t("recent posts"), "tracker_page", 1); } } -- cgit v1.2.3