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:
Paul S. Owen 2002-05-14 15:25:34 +00:00
parent 290a897da4
commit 56ca0b0045

View file

@ -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;