From 66653218be6455f161f08e1a90f19c485fa60c33 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 28 Sep 2002 12:52:23 +0000 Subject: [PATCH] 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 --- phpBB/update_to_203.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/update_to_203.php b/phpBB/update_to_203.php index ed28529e27..5fa3f8022c 100644 --- a/phpBB/update_to_203.php +++ b/phpBB/update_to_203.php @@ -621,13 +621,15 @@ switch ( $row['config_value'] ) unset($sql); + sync('all forums'); + + case '.0.2': + $sql = "UPDATE " . CONFIG_TABLE . " SET config_value = '$updates_to_version' WHERE config_name = 'version'"; _sql($sql, $errored, $error_ary); - sync('all forums'); - echo " Done
Result   :: \n"; if ( $errored )