diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/search.module b/modules/search.module index b441b096a..7ecbf677f 100644 --- a/modules/search.module +++ b/modules/search.module @@ -14,6 +14,11 @@ function search_help() { return $output; } +function search_system($field){ + $system["description"] = t("Enables site wide key word searching"); + return $system[$field]; +} + /** * Return an array of valid search access permissions */ |