aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-09-03 13:56:03 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-09-03 13:56:03 +0000
commit19086ba57289be4101131095aeeb615de2bc5639 (patch)
tree09c4362cf64240cba1341401630f7f48de699c35 /phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
parent57ed7fd0886f66b9cb465f7acd60be7ee1024fed (diff)
downloadforums-19086ba57289be4101131095aeeb615de2bc5639.tar
forums-19086ba57289be4101131095aeeb615de2bc5639.tar.gz
forums-19086ba57289be4101131095aeeb615de2bc5639.tar.bz2
forums-19086ba57289be4101131095aeeb615de2bc5639.tar.xz
forums-19086ba57289be4101131095aeeb615de2bc5639.zip
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
Diffstat (limited to 'phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index d71a781ae7..15ad18ba87 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -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;