mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
Some rewording, some typo fixes, some whitespace changes.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10093 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -95,7 +95,7 @@ class phpbb_captcha_qa
|
||||
$this->select_question();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* API function
|
||||
*/
|
||||
@@ -442,7 +442,7 @@ class phpbb_captcha_qa
|
||||
|
||||
$this->load_answer();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Look up everything we need and populate the instance variables.
|
||||
*/
|
||||
@@ -812,7 +812,7 @@ class phpbb_captcha_qa
|
||||
function acp_add_question($data)
|
||||
{
|
||||
global $db, $cache;
|
||||
|
||||
|
||||
$langs = $this->get_languages();
|
||||
$question_ary = $data;
|
||||
|
||||
|
Reference in New Issue
Block a user