1
0
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:
Paul S. Owen
2001-08-17 00:32:43 +00:00
parent 6d29810297
commit baddbe3777
2 changed files with 6 additions and 3 deletions

View File

@@ -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'];