aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-25 17:57:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-25 17:57:57 +0000
commit1c0df0dc91dcfb603cfb653e7daaf03257ac5495 (patch)
tree1e5bf26e024dcebd26de48522d91f93264d5a5fa /phpBB/includes/functions.php
parent7ca31ace1a023c910470208abec219b1c03923ac (diff)
downloadforums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.gz
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.bz2
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.xz
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.zip
revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 30bdc9abce..25bef4557a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3840,7 +3840,6 @@ 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'),