mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
please have a second look at the change within session.php - we had a few "doubled" keys within the db...
git-svn-id: file:///svn/phpbb/trunk@7946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -608,6 +608,8 @@ if (version_compare($current_version, '3.0.RC3', '<='))
|
||||
<p><?php echo $lang['PROGRESS']; ?> :: <strong>
|
||||
|
||||
<?php
|
||||
flush();
|
||||
|
||||
// after RC3 a different utf8_clean_string function is used, this requires that
|
||||
// the unique column username_clean is recalculated, during this recalculation
|
||||
// duplicates might be created. Since the column has to be unique such usernames
|
||||
@@ -1316,6 +1318,8 @@ add_log('admin', 'LOG_UPDATE_DATABASE', $orig_version, $updates_to_version);
|
||||
// Now we purge the session table as well as all cache files
|
||||
$cache->purge();
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user