mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9877 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -32,7 +32,6 @@ define('QA_CONFIRM_TABLE', $table_prefix . 'qa_confirm');
|
|||||||
class phpbb_captcha_qa
|
class phpbb_captcha_qa
|
||||||
{
|
{
|
||||||
var $confirm_id;
|
var $confirm_id;
|
||||||
var $confirm_code;
|
|
||||||
var $answer;
|
var $answer;
|
||||||
var $question_ids;
|
var $question_ids;
|
||||||
var $question_text;
|
var $question_text;
|
||||||
@@ -509,7 +508,7 @@ class phpbb_captcha_qa
|
|||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
// we leave the class usable by generating a new question
|
// we leave the class usable by generating a new question
|
||||||
$this->generate_code();
|
$this->select_question();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user