diff options
Diffstat (limited to 'phpBB/includes/usercp_viewprofile.php')
| -rw-r--r-- | phpBB/includes/usercp_viewprofile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/usercp_viewprofile.php b/phpBB/includes/usercp_viewprofile.php index 05e899da00..37290f37c7 100644 --- a/phpBB/includes/usercp_viewprofile.php +++ b/phpBB/includes/usercp_viewprofile.php @@ -172,7 +172,7 @@ include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->assign_vars(array( 'USERNAME' => $profiledata['username'], - 'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']), + 'JOINED' => $user->format_date($profiledata['user_regdate'], $lang['DATE_FORMAT']), 'POSTER_RANK' => $poster_rank, 'RANK_IMAGE' => $rank_image, 'POSTS_PER_DAY' => $posts_per_day, |
