summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
commitc64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch)
treed4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/search
parentcdd120ed20922a3130f108ff60b47a4f2130c44d (diff)
downloadbrdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz
brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.info4
-rw-r--r--modules/search/search.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/search/search.info b/modules/search/search.info
new file mode 100644
index 000000000..96ea5e1a8
--- /dev/null
+++ b/modules/search/search.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Search
+description = Enables site-wide keyword searching.
+
diff --git a/modules/search/search.module b/modules/search/search.module
index 074572c89..9df070d8d 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -107,8 +107,6 @@ function search_help($section) {
', array('@admin-help-system' => url('admin/help/system'), '@file-cron' => 'cron.php', '@external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714', '@admin-settings-search' => url('admin/settings/search')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@search">Search page</a>.', array('@search' => 'http://drupal.org/handbook/modules/search/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Enables site-wide keyword searching.');
case 'admin/settings/search':
return t('
<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p>