You are here

function tweet_update_6001 in Tweet 7.4

Implementation of hook_update_N().

File

./tweet.install, line 11
Builds links to post pages to twitter.

Code

function tweet_update_6001() {

  // The settings pages moved, so we need to rebuild the menu router cache.
  menu_cache_clear_all();
}