Skip to content
Snippets Groups Projects
Commit 2c154dc9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed status message.

parent bf7175ab
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -15,13 +15,6 @@ function search_uninstall() {
variable_del('search_cron_limit');
}
/**
* 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().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment