function twitter_update_6303 in Twitter 6.3
Same name and namespace in other branches
- 6.5 twitter.install \twitter_update_6303()
- 6.4 twitter.install \twitter_update_6303()
Remove passwords no longer stored/used.
File
- ./
twitter.install, line 727
Code
function twitter_update_6303() {
$ret = array();
db_drop_field($ret, 'twitter_account', 'password');
return $ret;
}