aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php5
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;
}
}