diff options
| author | Ruslan Uzdenov <rxu@mail.ru> | 2009-06-22 14:36:04 +0000 |
|---|---|---|
| committer | Ruslan Uzdenov <rxu@mail.ru> | 2009-06-22 14:36:04 +0000 |
| commit | bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90 (patch) | |
| tree | 5d49b436417ee96cc208017d255bba7f883ec4ba /phpBB/includes | |
| parent | 588dd7337fd87719b21cf2ec85671713e925acb9 (diff) | |
| download | forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.gz forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.bz2 forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.xz forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.zip | |
Fix bug #46765 - View unread posts
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 14e1dde92f..12b9363ec4 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3840,6 +3840,7 @@ function page_header($page_title = '', $display_online_list = true) 'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch'), 'U_SEARCH_NEW' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=newposts'), 'U_SEARCH_UNANSWERED' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=unanswered'), + 'U_SEARCH_UNREAD' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=unreadposts'), 'U_SEARCH_ACTIVE_TOPICS'=> append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=active_topics'), 'U_DELETE_COOKIES' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=delete_cookies'), 'U_TEAM' => ($user->data['user_id'] != ANONYMOUS && !$auth->acl_get('u_viewprofile')) ? '' : append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=leaders'), |
