aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/usercp_viewprofile.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-10-08 20:06:55 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-10-08 20:06:55 +0000
commit64aee6d171aaf3e74b7b3755e054cdcc89061a5d (patch)
tree5ec82435e1ed68b4dcce09c42d6648278a87a515 /phpBB/includes/usercp_viewprofile.php
parentc0a0d11d089ac4faf30edc998b47eeff3cadae26 (diff)
downloadforums-64aee6d171aaf3e74b7b3755e054cdcc89061a5d.tar
forums-64aee6d171aaf3e74b7b3755e054cdcc89061a5d.tar.gz
forums-64aee6d171aaf3e74b7b3755e054cdcc89061a5d.tar.bz2
forums-64aee6d171aaf3e74b7b3755e054cdcc89061a5d.tar.xz
forums-64aee6d171aaf3e74b7b3755e054cdcc89061a5d.zip
Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually
git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/usercp_viewprofile.php')
-rw-r--r--phpBB/includes/usercp_viewprofile.php2
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,