From: Henry S. <kel...@ph...> - 2009-07-19 09:52:15
|
Author: Kellanved Date: Sun Jul 19 09:51:50 2009 New Revision: 9794 Log: First round of fixes 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 Sun Jul 19 09:51:50 2009 *************** *** 225,231 **** ), 'PRIMARY_KEY' => 'question_id', 'KEYS' => array( ! 'question_id' => array('INDEX', array('question_id', 'language_iso')), ), ), ANSWERS_TABLE => array ( --- 225,231 ---- ), 'PRIMARY_KEY' => 'question_id', 'KEYS' => array( ! 'question_id' => array('INDEX', array('question_id', 'lang_iso')), ), ), ANSWERS_TABLE => array ( |