summaryrefslogtreecommitdiff
path: root/modules/search/search.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.install')
-rw-r--r--modules/search/search.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/search.install b/modules/search/search.install
index 8582fc0d3..54d19d1fa 100644
--- a/modules/search/search.install
+++ b/modules/search/search.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function search_uninstall() {
variable_del('minimum_word_size');
@@ -16,7 +16,7 @@ function search_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function search_schema() {
$schema['search_dataset'] = array(