You are here

function twitter_update_7509 in Twitter 7.5

Same name and namespace in other branches
  1. 7.6 twitter.install \twitter_update_7509()

Replaced by update 7511.

File

./twitter.install, line 585
Install, update and uninstall functions for the twitter module.

Code

function twitter_update_7509() {

  // This is used to clear the caches. However, because update 7511 also runs
  // it, remove this one so that any site that runs both updates won't
  // inadvertently rebuild the menu multiple times, which can be a huge
  // performance drain.
  // variable_set('menu_rebuild_needed', TRUE);
}