You are here

function custom_search_install in Custom Search 6

Same name and namespace in other branches
  1. 8 custom_search.install \custom_search_install()
  2. 7 custom_search.install \custom_search_install()

Implementation of hook_install().

File

./custom_search.install, line 11
Install, update, and uninstall functions for the custom search module.

Code

function custom_search_install() {
  db_query("UPDATE {system} SET weight = 100 WHERE name = 'custom_search'");
}