function twitter_update_6512 in Twitter 6.5
Replaced by update 7511.
File
- ./
twitter.install, line 1070 - Install, update and uninstall functions for the twitter module.
Code
function twitter_update_6512() {
$ret = array();
// 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.
// menu_rebuild();
return $ret;
}