mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
oops, need to re-sync forums just in case too
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2580 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
290a897da4
commit
56ca0b0045
1 changed files with 46 additions and 43 deletions
|
@ -8,6 +8,7 @@ include($phpbb_root_path . 'extension.inc');
|
||||||
include($phpbb_root_path . 'config.'.$phpEx);
|
include($phpbb_root_path . 'config.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/constants.'.$phpEx);
|
include($phpbb_root_path . 'includes/constants.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
||||||
|
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
||||||
|
|
||||||
$sql = "SELECT config_value
|
$sql = "SELECT config_value
|
||||||
|
@ -126,6 +127,8 @@ if ( $row = $db->sql_fetchrow($result) )
|
||||||
die("Couldn't update version info");
|
die("Couldn't update version info");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sync('all forums');
|
||||||
|
|
||||||
die("UPDATING COMPLETE -> 2.0.1 Final installed");
|
die("UPDATING COMPLETE -> 2.0.1 Final installed");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue