You are here

function user_stats_user_logout in User Stats 7

Implements hook_user_logout().

File

./user_stats.module, line 473
User Stats provides commonly requested user statistics for themers. These are:

Code

function user_stats_user_logout($account) {
  user_stats_ip_address_update($account->uid, ip_address());
}