1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Various bug fixes, polls, Guest vs. Anonymous, quoting guests

git-svn-id: file:///svn/phpbb/trunk@2415 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-03-23 22:18:04 +00:00
parent 1b8dbdb73e
commit 44ab877fba
2 changed files with 8 additions and 4 deletions

View File

@@ -763,7 +763,8 @@ else
$msg_date = create_date($board_config['default_dateformat'], $postrow['post_time'], $board_config['board_timezone']);
$message = '[quote="' . $post_info['username'] . '"]' . $message . '[/quote]';
$quote_username = ( !empty($post_info['post_username']) ) ? $post_info['post_username'] : $post_info['username'];
$message = '[quote="' . $quote_username . '"]' . $message . '[/quote]';
if ( !empty($orig_word) )
{