1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Change of r10055, which itself was:

Adjustement for r10050, related to Bug #50185

Instead of S_TAB_INDEX we now use a method suggested by nickvergessen - we simply DEFINE the tabindex for the captcha depending on where it is included.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10058 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2009-08-27 09:10:28 +00:00
parent fa754d1576
commit f1bd295ce6
7 changed files with 31 additions and 31 deletions

View File

@@ -4126,8 +4126,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'S_USER_UNREAD_PRIVMSG' => $user->data['user_unread_privmsg'],
'S_USER_NEW' => $user->data['user_new'],
'S_TAB_INDEX' => 1,
'SID' => $SID,
'_SID' => $_SID,
'SESSION_ID' => $user->session_id,