function blockcache_alter_node_update in Block Cache Alter 7
Implementation of hook_node_update().
File
- ./
blockcache_alter.module, line 359 - Block cache alter module.
Code
function blockcache_alter_node_update($node) {
_blockcache_alter_cleanup('node', $node->type);
return;
}