diff options
author | David M <davidmj@users.sourceforge.net> | 2007-02-13 23:22:42 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-02-13 23:22:42 +0000 |
commit | 225d91b4f225d989fe8feadeb623038f9a0b2124 (patch) | |
tree | 3a9f3aa1a514ca0dd9e44be233b1049b2d7dce29 /phpBB | |
parent | deadc44c9ca1a1a0e060d036cc7cc58825a1c20f (diff) | |
download | forums-225d91b4f225d989fe8feadeb623038f9a0b2124.tar forums-225d91b4f225d989fe8feadeb623038f9a0b2124.tar.gz forums-225d91b4f225d989fe8feadeb623038f9a0b2124.tar.bz2 forums-225d91b4f225d989fe8feadeb623038f9a0b2124.tar.xz forums-225d91b4f225d989fe8feadeb623038f9a0b2124.zip |
- might as well...
git-svn-id: file:///svn/phpbb/trunk@6987 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |