mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
A 'not quite a Pauls up' + short date format
git-svn-id: file:///svn/phpbb/trunk@1460 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user