You are here

function profile2_diff_latest_by_user in Profile 2 7.2

See also

profile2_diff_latest

1 string reference to 'profile2_diff_latest_by_user'
profile2_diff_menu in contrib/profile2_diff.module
Implements hook_menu().

File

contrib/profile2_diff.pages.inc, line 11
Menu callbacks for hook_menu().

Code

function profile2_diff_latest_by_user($type, $user) {
  profile2_diff_latest(profile2_load_by_user($user, $type));
}