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/search/search.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index 6f9e68b8d..bc2cded6f 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1,12 +1,11 @@ Search guidelines"; $output .= "

The search page allows you to search the web site's content. You can specify multiple words, and they will all be searched for. You can also use wildcards, so 'walk*' will match 'walk', 'walking', 'walker', 'walkable' and so on. Furthermore, searches are not case sensitive so searching for 'walk', 'Walk' or 'WALK' will yield exactly the same results.

"; $output .= "Words excluded from the search"; -- cgit v1.2.3