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/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index b63c2d7c7..b60fd1c89 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -29,7 +29,7 @@ function taxonomy_link($type, $node = NULL) { menu("admin/taxonomy/help", t("help"), "taxonomy_admin", 9); } if (user_access("access content")) { - menu("taxonomy", t("taxonomy"), "taxonomy_page", 0, 1); + menu("taxonomy", t("taxonomy"), "taxonomy_page", 0, MENU_HIDE); } } else if ($type == "taxonomy terms" && $node != NULL) { -- cgit v1.2.3