You are here

function twitter_post_node_update in Twitter 7.4

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

Implementation of hook_node_update().

File

twitter_post/twitter_post.module, line 110
Main hooks for twitter post module

Code

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