mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
dbb942a03f
commit
663a961014
1 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue