You are here

function custom_search_i18n_install in Custom Search 6

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

Implementation of hook_install().

File

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

Code

function custom_search_i18n_install() {
  db_query("UPDATE {system} SET weight = 110 WHERE name = 'custom_search_i18n'");
}