aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-24 10:08:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-24 10:08:18 +0000
commitf9bbf10a80c7a22a1ff59e30eef1cf9873e46516 (patch)
treec38514d9708c53172a60362d3daff17a91d8243f /phpBB/ucp.php
parenttiny tiny thing... and such a huge change... (diff)
downloadphpbb-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar.gz
phpbb-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.tar.bz2
phpbb-f9bbf10a80c7a22a1ff59e30eef1cf9873e46516.zip
- Fix XHTML for r9666
- Utilize $captcha->solved property - Only validate captcha once to retain captcha mode over switching from/to agreement page git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9668 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/ucp.php')
-rw-r--r--phpBB/ucp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 908d4fb89a..02b96f4bfb 100644
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -127,8 +127,8 @@ switch ($mode)
'AGREEMENT_TITLE' => $user->lang[$title],
'AGREEMENT_TEXT' => sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
'U_BACK' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
- 'L_BACK' => $user->lang['BACK_TO_LOGIN'])
- );
+ 'L_BACK' => $user->lang['BACK_TO_LOGIN'],
+ ));
page_footer();