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:
@@ -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) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user