You are here

function twitter_update_7501 in Twitter 7.5

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

Updates twitter_search variable to point to https://twitter.com/

File

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

Code

function twitter_update_7501(&$sandbox) {
  variable_set('twitter_search', 'https://twitter.com/');
}