You are here

function custom_search_blocks_install in Custom Search 6

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

Implementation of hook_install().

File

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

Code

function custom_search_blocks_install() {
  db_query("UPDATE {system} SET weight = 99 WHERE name = 'custom_search_blocks'");
}