function twitter_post_entity_update in Twitter 7.6
Implementation of hook_entity_update().
File
- twitter_post/
twitter_post.module, line 87 - Hook implementations for twitter_post module.
Code
function twitter_post_entity_update($entity, $type) {
twitter_post_entity_insert($entity, $type);
}