aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_warn.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-18 16:13:32 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-18 16:32:05 +0200
commit496cc64bc63befc2bb6f250e1712cd5a00986aef (patch)
treea93acde193e432f43bb875025c51b1b241ead7fd /phpBB/includes/mcp/mcp_warn.php
parent685bdc87e6480597c7d7f30a7b9477c543099d2e (diff)
downloadforums-496cc64bc63befc2bb6f250e1712cd5a00986aef.tar
forums-496cc64bc63befc2bb6f250e1712cd5a00986aef.tar.gz
forums-496cc64bc63befc2bb6f250e1712cd5a00986aef.tar.bz2
forums-496cc64bc63befc2bb6f250e1712cd5a00986aef.tar.xz
forums-496cc64bc63befc2bb6f250e1712cd5a00986aef.zip
[ticket/12993] Rename to phpbb_get_user_rank
PHPBB3-12993
Diffstat (limited to 'phpBB/includes/mcp/mcp_warn.php')
-rw-r--r--phpBB/includes/mcp/mcp_warn.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php
index 1629e62872..356988d2e8 100644
--- a/phpBB/includes/mcp/mcp_warn.php
+++ b/phpBB/includes/mcp/mcp_warn.php
@@ -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