aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-27 09:10:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-27 09:10:28 +0000
commitf1bd295ce6c92e219d20ac684835cd7aa4ce803b (patch)
tree3efdd364ae7199bbb6521eca51aa7aec0e3c3600 /phpBB/includes/functions.php
parentfa754d1576466f7ca8a483e72b5b1e1d47a4b1ad (diff)
downloadforums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.gz
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.bz2
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.tar.xz
forums-f1bd295ce6c92e219d20ac684835cd7aa4ce803b.zip
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
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index f5e494ae4c..e23278a0f2 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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,