You are here

function twitter_update_7403 in Twitter 7.6

Same name and namespace in other branches
  1. 7.5 twitter.install \twitter_update_7403()

Adds field added_by_uid to twitter_account table.

This update has been set empty afterwards as the existing field twitter_account.uid is used.

File

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

Code

function twitter_update_7403() {
}