summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-11 18:54:11 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-11 18:54:11 +0000
commit98a3f2266d516a39c2731499af2840b0a2d500ef (patch)
treedbafc3d7f75d8d5432f31cd6018035fe5779eb0b /modules/search
parent2f07a17728e646813b4419088972e61af5abfb41 (diff)
downloadbrdo-98a3f2266d516a39c2731499af2840b0a2d500ef.tar.gz
brdo-98a3f2266d516a39c2731499af2840b0a2d500ef.tar.bz2
- Patch #767822 by Benjamin Melançon: search.module in-code documentation refers to hook_search() which no longer exists in D7.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module2
1 files changed, 1 insertions, 1 deletions
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.
*/