function profile2_diff_diffs_show_by_user in Profile 2 7.2
See also
profile2_diff_diffs_show
1 string reference to 'profile2_diff_diffs_show_by_user'
- profile2_diff_menu in contrib/
profile2_diff.module - Implements hook_menu().
File
- contrib/
profile2_diff.pages.inc, line 145 - Menu callbacks for hook_menu().
Code
function profile2_diff_diffs_show_by_user($profile_type, $pr_user, $old_vid, $new_vid) {
return profile2_diff_diffs_show(profile2_load_by_user($pr_user, $profile_type), $old_vid, $new_vid);
}