13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Install, update and uninstall functions for the Search facets module.
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_uninstall().
|
|
*/
|
|
function search_api_facetapi_uninstall() {
|
|
variable_del('search_api_facets_search_ids');
|
|
} |