function blockcache_alter_user_update in Block Cache Alter 7
Implementation of hook_user_update().
File
- ./
blockcache_alter.module, line 413 - Block cache alter module.
Code
function blockcache_alter_user_update(&$edit, $account, $category) {
_blockcache_alter_cleanup('user', 'user_actions');
return;
}