mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
let updates work for those running .22. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8542 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -59,7 +59,7 @@ include($phpbb_root_path . 'includes/db.'.$phpEx);
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
$updates_to_version = '.0.23';
|
$updates_to_version = '.0.24';
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
@@ -671,7 +671,8 @@ switch ($row['config_value'])
|
|||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case '.0.22':
|
||||||
case '.0.23':
|
case '.0.23':
|
||||||
|
|
||||||
switch (SQL_LAYER)
|
switch (SQL_LAYER)
|
||||||
@@ -1151,6 +1152,13 @@ switch ($row['config_value'])
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case '.0.21':
|
||||||
|
case '.0.22':
|
||||||
|
case '.0.23':
|
||||||
|
$sql = 'DELETE FROM ' . SESSIONS_TABLE;
|
||||||
|
_sql($sql, $errored, $error_ary);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
echo " No updates were required</b></p>\n";
|
echo " No updates were required</b></p>\n";
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user