diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-27 00:12:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-27 00:12:14 +0000 |
commit | 2c154dc986c6aa8e3d89ef0cf68485b2186c1013 (patch) | |
tree | dcf45a719536cf161491eae4a8ee23cf30edc761 /modules | |
parent | bf7175abe5735bd304246bfc353dfdb7078f747c (diff) | |
download | brdo-2c154dc986c6aa8e3d89ef0cf68485b2186c1013.tar.gz brdo-2c154dc986c6aa8e3d89ef0cf68485b2186c1013.tar.bz2 |
- Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed status message.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/search.install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/search/search.install b/modules/search/search.install index 7711df0e3..5cb6f887b 100644 --- a/modules/search/search.install +++ b/modules/search/search.install @@ -16,13 +16,6 @@ function search_uninstall() { } /** - * Implement hook_install(). - */ -function search_install() { - drupal_set_message(t('You can <a href="@url">add the search block</a> now.', array('@url' => url('admin/structure/block')))); -} - -/** * Implement hook_schema(). */ function search_schema() { |