mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
Just some jiggling
git-svn-id: file:///svn/phpbb/trunk@895 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -397,6 +397,10 @@ if($total_topics || $total_announcements)
|
||||
{
|
||||
$topic_title = preg_replace($orig_word, $replacement_word, stripslashes($topic_rowset[$i]['topic_title']));
|
||||
}
|
||||
else
|
||||
{
|
||||
$topic_title = stripslashes($topic_rowset[$i]['topic_title']);
|
||||
}
|
||||
|
||||
$topic_type = $topic_rowset[$i]['topic_type'];
|
||||
|
||||
@@ -413,7 +417,6 @@ if($total_topics || $total_announcements)
|
||||
$topic_type = "";
|
||||
}
|
||||
|
||||
|
||||
$topic_id = $topic_rowset[$i]['topic_id'];
|
||||
|
||||
$replies = $topic_rowset[$i]['topic_replies'];
|
||||
|
Reference in New Issue
Block a user