You are here

function twitter_pull__update_6101 in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 twitter_pull.install \twitter_pull__update_6101()

File

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

Code

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