aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-27 00:30:59 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-27 00:30:59 +0000
commit5a6f39905247887c01889a35288a2bf6d2820b34 (patch)
treee7332655151429a383036a8c954d34bf8cc032e5 /phpBB/viewtopic.php
parent7d7c3a53fbdf2a818db6a1001b79d265455d68a4 (diff)
downloadforums-5a6f39905247887c01889a35288a2bf6d2820b34.tar
forums-5a6f39905247887c01889a35288a2bf6d2820b34.tar.gz
forums-5a6f39905247887c01889a35288a2bf6d2820b34.tar.bz2
forums-5a6f39905247887c01889a35288a2bf6d2820b34.tar.xz
forums-5a6f39905247887c01889a35288a2bf6d2820b34.zip
A 'not quite a Pauls up' + short date format
git-svn-id: file:///svn/phpbb/trunk@1460 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index eaa6cd210c..5869f0e6df 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -719,7 +719,7 @@ for($i = 0; $i < $total_posts; $i++)
$poster_from = ($postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Location'] . ": " . $postrow[$i]['user_from'] : "";
- $poster_joined = ($postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Joined'] . ": " . create_date($board_config['default_dateformat'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : "";
+ $poster_joined = ($postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Joined'] . ": " . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : "";
if( $postrow[$i]['user_avatar_type'] && $poster_id != ANONYMOUS )
{