... and finally

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2009-10-27 13:54:03 +00:00
parent d53f9a22d6
commit df5fa06035

View file

@ -794,7 +794,7 @@ class phpbb_captcha_qa
'question_text' => request_var('question_text', '', true), 'question_text' => request_var('question_text', '', true),
'strict' => request_var('strict', false), 'strict' => request_var('strict', false),
'lang_iso' => request_var('lang_iso', ''), 'lang_iso' => request_var('lang_iso', ''),
'answers' => (strlen($answers)) ? explode("\n", request_var('answers', '', true)) : '', 'answers' => (strlen($answers)) ? explode("\n", $answers) : '',
); );
return $question; return $question;