mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 01:43:45 +02:00
just preparing...
git-svn-id: file:///svn/phpbb/trunk@5468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -671,7 +671,7 @@ switch ($mode)
|
||||
'FROM_USERNAME' => stripslashes($user->data['username']),
|
||||
'TO_USERNAME' => ($topic_id) ? stripslashes($name) : stripslashes($row['username']),
|
||||
'MESSAGE' => $message,
|
||||
'TOPIC_NAME' => ($topic_id) ? strtr($row['topic_title'], array_flip(get_html_translation_table(HTML_ENTITIES))) : '',
|
||||
'TOPIC_NAME' => ($topic_id) ? html_entity_decode($row['topic_title']) : '',
|
||||
|
||||
'U_TOPIC' => ($topic_id) ? generate_board_url() . "/viewtopic.$phpEx?f=" . $row['forum_id'] . "&t=$topic_id" : '')
|
||||
);
|
||||
|
Reference in New Issue
Block a user