You are here

function similar_update_6201 in Similar Entries 6.2

Clear the Views cache to pick up new handler changes.

File

./similar.install, line 82
Installation hook implementations for Similar entries module.

Code

function similar_update_6201() {
  cache_clear_all('*', 'cache_views', TRUE);
}