function blockcache_alter_user_login in Block Cache Alter 7
Implementation of hook_user_login().
File
- ./
blockcache_alter.module, line 429 - Block cache alter module.
Code
function blockcache_alter_user_login(&$edit, $account) {
_blockcache_alter_cleanup('login', 'user_actions');
return;
}