From f32ca6c9bd1db652f8d4c270b71506c1b4335075 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sun, 14 Jun 2009 15:47:35 +0000 Subject: #46515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9592 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/install/install_install.php') diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 5ce18b37cd..d820239c17 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -1375,6 +1375,10 @@ class install_install extends module $sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config SET config_value = 'phpbb_captcha_gd' WHERE config_name = 'captcha_plugin'"; + + $sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config + SET config_value = '1' + WHERE config_name = 'captcha_gd'"; } $ref = substr($referer, strpos($referer, '://') + 3); -- cgit v1.2.1