custom_search_i18n.install in Custom Search 6
Same filename and directory in other branches
Install, update, and uninstall functions for the custom search module.
File
modules/custom_search_i18n/custom_search_i18n.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for the custom search module.
*/
/**
* Implementation of hook_install().
*/
function custom_search_i18n_install() {
db_query("UPDATE {system} SET weight = 110 WHERE name = 'custom_search_i18n'");
}
Functions
Name | Description |
---|---|
custom_search_i18n_install | Implementation of hook_install(). |