You are here

function expire_user_update in Cache Expiration 7.2

Same name and namespace in other branches
  1. 7 expire.module \expire_user_update()

Implements hook_user_update().

File

./expire.module, line 220
Provides logic for page cache expiration.

Code

function expire_user_update(&$edit, $account) {
  expire_execute_expiration('user', $account, EXPIRE_USER_UPDATE);
}