From aecc7c91787abc8b61326f2f6460aeed9f372b52 Mon Sep 17 00:00:00 2001
From: Meik Sievertsen
Date: Fri, 17 Aug 2007 16:02:21 +0000
Subject: [PATCH] oki doki
git-svn-id: file:///svn/phpbb/trunk@8041 89ea8834-ac86-4346-8a33-228a782c2dd0
---
phpBB/install/data/new_normalizer.php | 2 +-
phpBB/install/database_update.php | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/phpBB/install/data/new_normalizer.php b/phpBB/install/data/new_normalizer.php
index a050520690..bd9920f5cd 100644
--- a/phpBB/install/data/new_normalizer.php
+++ b/phpBB/install/data/new_normalizer.php
@@ -174,7 +174,7 @@ class utf_new_normalizer
include($phpbb_root_path . 'includes/utf/data/utf_canonical_comp.' . $phpEx);
}
- return utf_normalizer::recompose($str, $pos, $len, &$qc, &$decomp_map);
+ return utf_normalizer::recompose($str, $pos, $len, $qc, $decomp_map);
}
}
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 59a6a21689..5179979f5f 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -510,7 +510,7 @@ while ($row = $db->sql_fetchrow($result))
$db->sql_freeresult($result);
echo $lang['PREVIOUS_VERSION'] . ' :: ' . $config['version'] . '
';
-echo $lang['UPDATED_VERSION'] . ' :: ' . $updates_to_version . '';
+echo $lang['UPDATED_VERSION'] . ' :: ' . $updates_to_version . '
';
$current_version = str_replace('rc', 'RC', strtolower($config['version']));
$latest_version = str_replace('rc', 'RC', strtolower($updates_to_version));
@@ -554,7 +554,7 @@ if (version_compare($current_version, '3.0.RC4', '<='))
));
}
?>
-
+
@@ -767,6 +767,8 @@ if (version_compare($current_version, '3.0.RC4', '<='))
}
$db->sql_freeresult($result);
+ _write_result(false, $errored, $error_ary);
+
// now retrieve all information about the users and let the admin decide what to do
if (sizeof($colliding_users))
{
@@ -822,7 +824,7 @@ if (version_compare($current_version, '3.0.RC4', '<='))
// for the admin: keep name, change name (with text input) or delete user
$u_action = "database_update.$phpEx?language=$language&type=$inline_update";
?>
-
+