diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-25 10:02:24 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-25 10:02:24 +0000 |
| commit | 48b54bb29e12ec0dc052a688ccc5c18856675d97 (patch) | |
| tree | 058781fff75a4bf620477ae46c2cd2e8e18cd802 /phpBB/includes | |
| parent | b47b35a07d47435ecb35aa386783c42721bb4764 (diff) | |
| download | forums-48b54bb29e12ec0dc052a688ccc5c18856675d97.tar forums-48b54bb29e12ec0dc052a688ccc5c18856675d97.tar.gz forums-48b54bb29e12ec0dc052a688ccc5c18856675d97.tar.bz2 forums-48b54bb29e12ec0dc052a688ccc5c18856675d97.tar.xz forums-48b54bb29e12ec0dc052a688ccc5c18856675d97.zip | |
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
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 820a03fe64..79ea8978ee 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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, |
