1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

- might as well...

git-svn-id: file:///svn/phpbb/trunk@6987 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-13 23:22:42 +00:00
parent deadc44c9c
commit 225d91b4f2

View File

@ -900,6 +900,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
$result = $db->sql_query($sql);
$bbcode_bitfield = '';
$rowset = array();
while ($row = $db->sql_fetchrow($result))
{
$rowset[] = $row;