From 98a3f2266d516a39c2731499af2840b0a2d500ef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Apr 2010 18:54:11 +0000 Subject: =?UTF-8?q?-=20Patch=20#767822=20by=20Benjamin=20Melan=C3=A7on:=20?= =?UTF-8?q?search.module=20in-code=20documentation=20refers=20to=20hook=5F?= =?UTF-8?q?search()=20which=20no=20longer=20exists=20in=20D7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/search/search.module b/modules/search/search.module index 6c23c1bb4..5f93be089 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -868,7 +868,7 @@ function search_get_keys() { * HTML indexing mechanism for searching full text efficiently. * * If your module needs to provide a more complicated search form, then you need - * to implement it yourself without hook_search(). In that case, you should + * to implement it yourself without hook_search_info(). In that case, you should * define it as a local task (tab) under the /search page (e.g. /search/mymodule) * so that users can easily find it. */ -- cgit v1.2.3