mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Adjustement for r10050, related to Bug #50185
Use internal S_TAB_INDEX instead of DEFINE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -4120,6 +4120,8 @@ 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,
|
||||
|
Reference in New Issue
Block a user