diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-01-21 13:37:50 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-01-21 13:37:50 +0000 |
| commit | 71039008474e678959a432db1868faf5d6a3cb71 (patch) | |
| tree | 6025cab93575492e49e04b67d94008278d2b900c /phpBB/install/database_update.php | |
| parent | fce20fd8988d83e27e76ea057c25d189347df400 (diff) | |
| download | forums-71039008474e678959a432db1868faf5d6a3cb71.tar forums-71039008474e678959a432db1868faf5d6a3cb71.tar.gz forums-71039008474e678959a432db1868faf5d6a3cb71.tar.bz2 forums-71039008474e678959a432db1868faf5d6a3cb71.tar.xz forums-71039008474e678959a432db1868faf5d6a3cb71.zip | |
New option for the GD VC. Parameters need some more tweaking
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index fb37b62203..54f7320e9e 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2035,6 +2035,11 @@ function change_database_data(&$no_updates, $version) // Changes from 3.0.4-RC1 to 3.0.4 case '3.0.4-RC1': break; + + // Changes from 3.0.4 to 3.0.4dev + case '3.0.4': + set_config('captcha_gd_wave', 0); + break; } } |
