diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-11-14 23:00:30 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-11-14 23:00:30 +0000 |
| commit | 46a07c94ba95d2a883e794742a0f8b1ef3f20714 (patch) | |
| tree | 056b1b90cb12c29fbefe0cafcad18692ccb827cd | |
| parent | 0cdf46db0fbf2547902e42f0839cf384d509ef8e (diff) | |
| download | forums-46a07c94ba95d2a883e794742a0f8b1ef3f20714.tar forums-46a07c94ba95d2a883e794742a0f8b1ef3f20714.tar.gz forums-46a07c94ba95d2a883e794742a0f8b1ef3f20714.tar.bz2 forums-46a07c94ba95d2a883e794742a0f8b1ef3f20714.tar.xz forums-46a07c94ba95d2a883e794742a0f8b1ef3f20714.zip | |
merge r10269
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10270 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 8cac19fdbc..5eeb449019 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1563,7 +1563,7 @@ function change_database_data(&$no_updates, $version) break; // No changes from 3.0.6-RC4 to 3.0.6 - case '3.0.6-RC3': + case '3.0.6-RC4': break; } } |
