1
0
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:
Andreas Fischer
2009-09-03 13:56:03 +00:00
parent 57ed7fd088
commit 19086ba572
2 changed files with 12 additions and 12 deletions

View File

@@ -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;