aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2010-01-26 11:41:43 +0000
committerHenry Sudhof <kellanved@phpbb.com>2010-01-26 11:41:43 +0000
commit3e224cf856f7ef414e341a980d8175da0e373fc8 (patch)
treea7ca7147d3c8ff642c1ee803d6ee1901df6ea2e8 /phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
parentac27e1961a0de3821c77e1f8ef877ac1caf6da10 (diff)
downloadforums-3e224cf856f7ef414e341a980d8175da0e373fc8.tar
forums-3e224cf856f7ef414e341a980d8175da0e373fc8.tar.gz
forums-3e224cf856f7ef414e341a980d8175da0e373fc8.tar.bz2
forums-3e224cf856f7ef414e341a980d8175da0e373fc8.tar.xz
forums-3e224cf856f7ef414e341a980d8175da0e373fc8.zip
debug code, begone
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10453 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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index c121af5b3a..c8f68f23f0 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -266,7 +266,7 @@ class phpbb_captcha_qa
$result = $db->sql_query($sql);
if ($row = $db->sql_fetchrow($result))
- {print_r($row);
+ {
$sql_in = array();
do