mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed bug #482127 ... part 2, fixes post_subject too
git-svn-id: file:///svn/phpbb/trunk@1349 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
96eb006ca1
commit
2a9f3fc584
1 changed files with 4 additions and 0 deletions
|
@ -851,6 +851,10 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
||||||
|
|
||||||
$message = preg_replace($orig_word, $replacement_word, $message);
|
$message = preg_replace($orig_word, $replacement_word, $message);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$post_subject = ( $searchset[$i]['post_subject'] != "" ) ? $searchset[$i]['post_subject'] : $topic_title;
|
||||||
|
}
|
||||||
|
|
||||||
if($board_config['allow_smilies'] && $searchset[$i]['enable_smilies'])
|
if($board_config['allow_smilies'] && $searchset[$i]['enable_smilies'])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue