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 )