diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-27 11:39:28 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-27 11:39:28 +0000 |
| commit | a0acfb6a3fce9a547d19c28ac99654275152ac98 (patch) | |
| tree | 59d71ce527bf17e17be53fa47c728090cc647453 /phpBB/includes/functions.php | |
| parent | 4066849b726b279923d0518c4754f21b464186a4 (diff) | |
| download | forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.gz forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.bz2 forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.xz forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.zip | |
Minor captcha API change - disable display of plugin by returning false in get_template.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9869 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2d86b233f7..4badd69e9f 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2752,7 +2752,6 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa $captcha->reset(); $template->assign_vars(array( - 'S_CONFIRM_CODE' => true, 'CAPTCHA_TEMPLATE' => $captcha->get_template(), )); |
