aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-22 10:57:56 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-22 10:57:56 +0000
commit2dfd327828a5f6387ea051aa9e588f39249ed059 (patch)
tree0483d86a989b9d73ea30d38d9ee7366883051ce2 /phpBB/includes/captcha
parentc04626fa4db74dd5effda4574616460d919bedb9 (diff)
downloadforums-2dfd327828a5f6387ea051aa9e588f39249ed059.tar
forums-2dfd327828a5f6387ea051aa9e588f39249ed059.tar.gz
forums-2dfd327828a5f6387ea051aa9e588f39249ed059.tar.bz2
forums-2dfd327828a5f6387ea051aa9e588f39249ed059.tar.xz
forums-2dfd327828a5f6387ea051aa9e588f39249ed059.zip
index for GC
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9827 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index c8951cd167..7367816ae8 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -271,7 +271,6 @@ class phpbb_captcha_qa
),
'PRIMARY_KEY' => 'question_id',
'KEYS' => array(
- 'question_id' => array('INDEX', array('question_id', 'lang_iso')),
'lang_iso' => array('INDEX', 'lang_iso'),
),
),