You are here

custom_search_i18n.install in Custom Search 6

Same filename and directory in other branches
  1. 7 modules/custom_search_i18n/custom_search_i18n.install

Install, update, and uninstall functions for the custom search module.

File

modules/custom_search_i18n/custom_search_i18n.install
View 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

Namesort descending Description
custom_search_i18n_install Implementation of hook_install().