From: Henry S. <kel...@ph...> - 2009-07-28 07:06:06
|
Author: Kellanved Date: Tue Jul 28 08:05:17 2009 New Revision: 9877 Log: #48735 Modified: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php Modified: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php (original) --- branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php Tue Jul 28 08:05:17 2009 *************** *** 32,38 **** class phpbb_captcha_qa { var $confirm_id; - var $confirm_code; var $answer; var $question_ids; var $question_text; --- 32,37 ---- *************** *** 509,515 **** $db->sql_query($sql); // we leave the class usable by generating a new question ! $this->generate_code(); } /** --- 508,514 ---- $db->sql_query($sql); // we leave the class usable by generating a new question ! $this->select_question(); } /** |