aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index f7a593232a..28d255b210 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -142,7 +142,7 @@ $test_file = 'modcp.php';
if (!$get_info)
{
// Test to see if the birthday MOD is installed on the source forum
- // Nils' birthday mod
+ // Niels' birthday mod
if (get_config_value('birthday_required') !== false)
{
define('MOD_BIRTHDAY', true);
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 '';
}