From 6e3eb60aab126afd0829120a62bdf0556ec324ac Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Dec 2004 14:13:24 +0000 Subject: - Removed some cruft: left-over xxx_help_page() functions. --- modules/search.module | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index 8fc6091aa..9cdc34431 100644 --- a/modules/search.module +++ b/modules/search.module @@ -78,10 +78,6 @@ function search_menu($may_cache) { 'callback' => 'search_view', 'access' => user_access('search content'), 'type' => MENU_SUGGESTED_ITEM); - $items[] = array('path' => 'search/help', 'title' => t('search help'), - 'callback' => 'search_help_page', - 'access' => user_access('search content'), - 'type' => MENU_SUGGESTED_ITEM); $items[] = array('path' => 'search/search', 'title' => t('search'), 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10); $items[] = array('path' => 'admin/settings/search', 'title' => t('search'), @@ -508,13 +504,6 @@ function search_view() { } -/** - * Menu callback; prints the search engine help page. - */ -function search_help_page() { - print theme('page', search_help()); -} - /** * @defgroup search Search interface * @{ @@ -753,4 +742,4 @@ function theme_search_item($item, $type) { } -?> \ No newline at end of file +?> -- cgit v1.2.3