You are here

function facetapi_update_7103 in Facet API 7.2

Same name and namespace in other branches
  1. 7 facetapi.install \facetapi_update_7103()

Clears facetapi:delta_map cache item to ensure that new realms are mapped.

File

./facetapi.install, line 222
Install, update, and uninstall functions for the Facet API module.

Code

function facetapi_update_7103() {
  cache_clear_all('facetapi:delta_map', 'cache');
}