From 225d91b4f225d989fe8feadeb623038f9a0b2124 Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 13 Feb 2007 23:22:42 +0000 Subject: [PATCH] - might as well... git-svn-id: file:///svn/phpbb/trunk@6987 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 4b80464d22..11ec1b8b1e 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -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;