From d5c802645479f872fbce9f9cd9cbed78d4f57b50 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 17 Dec 2003 22:27:23 +0000 Subject: - Updated the calls to menu() to use MENU_HIDE instead of 1 --- 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 479b52cd2..2a6786d4d 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -56,7 +56,7 @@ function watchdog_link($type) { menu("admin/watchdog/warning", t("warning"), "watchdog_admin"); menu("admin/watchdog/error", t("error"), "watchdog_admin"); menu("admin/watchdog/httpd", t("httpd"), "watchdog_admin"); - menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, 1); // hidden menu + menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, MENU_HIDE); } } } -- cgit v1.2.3