You are here

function nodewords_update_5 in Nodewords: D6 Meta Tags 5

Calling cache_clear_all() - fix for http://drupal.org/node/79390

File

./nodewords.install, line 203

Code

function nodewords_update_5() {
  cache_clear_all();
}