function twitter_update_7300 in Twitter 7.4
Same name and namespace in other branches
- 7.6 twitter.install \twitter_update_7300()
- 7.3 twitter.install \twitter_update_7300()
- 7.5 twitter.install \twitter_update_7300()
Removes password field
File
- ./
twitter.install, line 376 - Install, update and uninstall functions for the twitter module.
Code
function twitter_update_7300() {
db_drop_field('twitter_account', 'password');
return t('Password field was removed from Twitter accounts.');
}