From d268783669922eab6d6b8a2fb4fffc1400af61dc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 14 Jan 2003 20:33:42 +0000 Subject: - Small improvement to the admin menu based on feedback from Michael. --- modules/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/watchdog.module') diff --git a/modules/watchdog.module b/modules/watchdog.module index 8f5e044d8..64c3772f5 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -22,7 +22,7 @@ function watchdog_link($type) { $help = "The watchdog module monitors your website, captures system events in a log and records them to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of events recorded during operation and contains usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on."; menu_add("site monitoring", url("admin/watchdog"), "Monitor your site.", NULL, NULL, 2); - menu_add("watchdog", url("admin/watchdog/list/all"), "Display system events.", $help, "site monitoring", 1, 1); + menu_add("watchdog", url("admin/watchdog/list/all"), "Display system events.", $help, "site monitoring", 1); menu_add("user messages", url("admin/watchdog/list/user"), "Display system events", $help, "watchdog"); menu_add("regular messages", url("admin/watchdog/list/regular"), "Display system events", $help, "watchdog"); menu_add("special messages", url("admin/watchdog/list/special"), "Display system events", $help, "watchdog"); -- cgit v1.2.3