function facetapi_update_7103 in Facet API 7
Same name and namespace in other branches
- 7.2 facetapi.install \facetapi_update_7103()
Clears facetapi:delta_map cache item to ensure that new realms are mapped.
File
- ./
facetapi.install, line 229 - Install, update, and uninstall functions for the Facet API module.
Code
function facetapi_update_7103() {
cache_clear_all('facetapi:delta_map', 'cache');
}