mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/9892] Shorten the index names on the q&a captcha
PHPBB3-9892
This commit is contained in:
parent
418c3d546a
commit
8a5e3781d5
1 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ class phpbb_captcha_qa
|
|||
),
|
||||
'PRIMARY_KEY' => 'question_id',
|
||||
'KEYS' => array(
|
||||
'lang_iso' => array('INDEX', 'lang_iso'),
|
||||
'lang' => array('INDEX', 'lang_iso'),
|
||||
),
|
||||
),
|
||||
CAPTCHA_ANSWERS_TABLE => array (
|
||||
|
@ -328,7 +328,7 @@ class phpbb_captcha_qa
|
|||
'answer_text' => array('STEXT_UNI', ''),
|
||||
),
|
||||
'KEYS' => array(
|
||||
'question_id' => array('INDEX', 'question_id'),
|
||||
'qid' => array('INDEX', 'question_id'),
|
||||
),
|
||||
),
|
||||
CAPTCHA_QA_CONFIRM_TABLE => array (
|
||||
|
|
Loading…
Add table
Reference in a new issue