You are here

function user_relationships_ui_user_login in User Relationships 7

Implements hook_user_login().

File

user_relationships_ui/user_relationships_ui.module, line 460
UI components of user_relationships @author Jeff Smick (creator) @author Alex Karshakevich (maintainer) http://drupal.org/user/183217 @author Darren Ferguson (contributor) http://drupal.org/user/70179

Code

function user_relationships_ui_user_login(&$edit, $account) {
  if (user_relationships_ui_check_access('approve', NULL)) {
    _user_relationships_ui_set_notifications($account);
  }
}