mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
First round of fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9794 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
45e127fc64
commit
a8c759a033
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class phpbb_captcha_qa
|
|||
),
|
||||
'PRIMARY_KEY' => 'question_id',
|
||||
'KEYS' => array(
|
||||
'question_id' => array('INDEX', array('question_id', 'language_iso')),
|
||||
'question_id' => array('INDEX', array('question_id', 'lang_iso')),
|
||||
),
|
||||
),
|
||||
ANSWERS_TABLE => array (
|
||||
|
|
Loading…
Add table
Reference in a new issue