diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-22 10:42:01 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-22 10:42:01 +0000 |
| commit | c04626fa4db74dd5effda4574616460d919bedb9 (patch) | |
| tree | 28a8d565e6c398fc018c6c7c5f3beb576dcd6db6 /phpBB/includes | |
| parent | 43d30134cb98bcfbbd29511c3a33d38b3b61f59e (diff) | |
| download | forums-c04626fa4db74dd5effda4574616460d919bedb9.tar forums-c04626fa4db74dd5effda4574616460d919bedb9.tar.gz forums-c04626fa4db74dd5effda4574616460d919bedb9.tar.bz2 forums-c04626fa4db74dd5effda4574616460d919bedb9.tar.xz forums-c04626fa4db74dd5effda4574616460d919bedb9.zip | |
index for GC
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9826 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php | 2 |
1 files changed, 1 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 cd5ee8c91d..c8951cd167 100644 --- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php +++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php @@ -294,7 +294,7 @@ class phpbb_captcha_qa 'confirm_type' => array('USINT', 0), ), 'KEYS' => array( - 'confirm_id' => array('INDEX', 'confirm_id'), + 'session_id' => array('INDEX', 'session_id'), 'lookup' => array('INDEX', array('confirm_id', 'session_id', 'lang_iso')), ), 'PRIMARY_KEY' => 'confirm_id', |
