mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Change the version number for 2.0.2 ... doh!
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2907 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d364392c45
commit
66653218be
1 changed files with 4 additions and 2 deletions
|
@ -621,13 +621,15 @@ switch ( $row['config_value'] )
|
||||||
|
|
||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
|
sync('all forums');
|
||||||
|
|
||||||
|
case '.0.2':
|
||||||
|
|
||||||
$sql = "UPDATE " . CONFIG_TABLE . "
|
$sql = "UPDATE " . CONFIG_TABLE . "
|
||||||
SET config_value = '$updates_to_version'
|
SET config_value = '$updates_to_version'
|
||||||
WHERE config_name = 'version'";
|
WHERE config_name = 'version'";
|
||||||
_sql($sql, $errored, $error_ary);
|
_sql($sql, $errored, $error_ary);
|
||||||
|
|
||||||
sync('all forums');
|
|
||||||
|
|
||||||
echo "</b> <b class=\"ok\">Done</b><br />Result :: \n";
|
echo "</b> <b class=\"ok\">Done</b><br />Result :: \n";
|
||||||
|
|
||||||
if ( $errored )
|
if ( $errored )
|
||||||
|
|
Loading…
Add table
Reference in a new issue