You are here

function custom_search_taxonomy_install in Custom Search 6

Same name and namespace in other branches
  1. 7 modules/custom_search_taxonomy/custom_search_taxonomy.install \custom_search_taxonomy_install()

Implementation of hook_install().

File

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

Code

function custom_search_taxonomy_install() {
  db_query("UPDATE {system} SET weight = 101 WHERE name = 'custom_search_taxonomy'");
}