You are here

function twitter_post_node_update in Twitter 7.5

Same name and namespace in other branches
  1. 7.3 twitter_post/twitter_post.module \twitter_post_node_update()
  2. 7.4 twitter_post/twitter_post.module \twitter_post_node_update()

Implementation of hook_node_update().

File

twitter_post/twitter_post.module, line 211
Hook implementations for twitter_post module.

Code

function twitter_post_node_update($node) {
  twitter_post_node_insert($node);
}