aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/functions_phpbb20.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-07 16:27:26 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-07 16:27:26 +0000
commitec7936509ac13ff99ff1d43ce3850d7110313f74 (patch)
treeb23b9918791eb1d3f12b64482b900527b42234be /phpBB/install/convertors/functions_phpbb20.php
parent8f0f2e1f0d71c9f71c823734200e490e69338869 (diff)
downloadforums-ec7936509ac13ff99ff1d43ce3850d7110313f74.tar
forums-ec7936509ac13ff99ff1d43ce3850d7110313f74.tar.gz
forums-ec7936509ac13ff99ff1d43ce3850d7110313f74.tar.bz2
forums-ec7936509ac13ff99ff1d43ce3850d7110313f74.tar.xz
forums-ec7936509ac13ff99ff1d43ce3850d7110313f74.zip
do not reset complete convert_row. :o
git-svn-id: file:///svn/phpbb/trunk@6853 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php
index bb9b1313a0..5ee3c52473 100644
--- a/phpBB/install/convertors/functions_phpbb20.php
+++ b/phpBB/install/convertors/functions_phpbb20.php
@@ -957,7 +957,7 @@ function phpbb_prepare_message($message)
if (!$message)
{
- $convert->row['mp_bbcode_bitfield'] = $convert_row = 0;
+ $convert->row['mp_bbcode_bitfield'] = $convert_row['mp_bbcode_bitfield'] = 0;
return '';
}