mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9877 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
78b1c4caaa
commit
fc4aaa3f5a
1 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ define('QA_CONFIRM_TABLE', $table_prefix . 'qa_confirm');
|
|||
class phpbb_captcha_qa
|
||||
{
|
||||
var $confirm_id;
|
||||
var $confirm_code;
|
||||
var $answer;
|
||||
var $question_ids;
|
||||
var $question_text;
|
||||
|
@ -509,7 +508,7 @@ class phpbb_captcha_qa
|
|||
$db->sql_query($sql);
|
||||
|
||||
// we leave the class usable by generating a new question
|
||||
$this->generate_code();
|
||||
$this->select_question();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue