1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

OH NO, WHAT HAS HE DONE?!

- bug in the normalizer, we must renormalize... again...


git-svn-id: file:///svn/phpbb/trunk@8001 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-08-03 04:42:27 +00:00
parent f6bfe8db16
commit 757d630522
2 changed files with 9 additions and 3 deletions

View File

@@ -532,7 +532,7 @@ else
// Checks/Operations that have to be completed prior to starting the update itself
$exit = false;
if (version_compare($current_version, '3.0.RC3', '<='))
if (version_compare($current_version, '3.0.RC4', '<='))
{
// Define missing language entries...
if (!isset($lang['CLEANING_USERNAMES']))