You are here

function twitter_pull__update_7101 in Twitter Pull 7.2

Same name and namespace in other branches
  1. 7 twitter_pull.install \twitter_pull__update_7101()

File

./twitter_pull.install, line 67
Installation routines for the Twitter Pull module.

Code

function twitter_pull__update_7101() {
  cache_clear_all('cache_pulled_tweets');
}