mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12993] Rename to phpbb_get_user_rank
PHPBB3-12993
This commit is contained in:
@@ -341,7 +341,7 @@ class mcp_warn
|
||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||
}
|
||||
|
||||
get_user_rank($user_row, $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
||||
phpbb_get_user_rank($user_row, $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
||||
$avatar_img = phpbb_get_user_avatar($user_row);
|
||||
|
||||
$template->assign_vars(array(
|
||||
@@ -490,7 +490,7 @@ class mcp_warn
|
||||
{
|
||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||
}
|
||||
get_user_rank($user_row, $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
||||
phpbb_get_user_rank($user_row, $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
||||
$avatar_img = phpbb_get_user_avatar($user_row);
|
||||
|
||||
// OK, they didn't submit a warning so lets build the page for them to do so
|
||||
|
Reference in New Issue
Block a user