You are here

search_autocomplete.install in Search Autocomplete 8

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

File

search_autocomplete.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the search autocomplete module.
 */

/**
 * Nothing but force a clean cache.
 */
function search_autocomplete_update_8102() {
}

Functions

Namesort descending Description
search_autocomplete_update_8102 Nothing but force a clean cache.