aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 292036d5a8..cbea7afe6e 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4430,7 +4430,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
'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_CONTACT_US' => ($config['contact_admin_form_enable'] && $config['email_enable']) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=contactadmin') : '',
- 'U_TEAM' => ($user->data['user_id'] != ANONYMOUS && !$auth->acl_get('u_viewprofile')) ? '' : append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=team'),
+ 'U_TEAM' => (!$auth->acl_get('u_viewprofile')) ? '' : append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=team'),
'U_TERMS_USE' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=terms'),
'U_PRIVACY' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=privacy'),
'UA_PRIVACY' => addslashes(append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=privacy')),
ion>space:mode:
authorFunda Wang <fwang@mandriva.org>2005-10-08 18:45:34 +0000
committerFunda Wang <fwang@mandriva.org>2005-10-08 18:45:34 +0000
commitce98a82769a595e73aa8c0d8ec4ff9d9fdde8734 (patch)
tree4514429bbbff535344c7cea4323ae6dea33cc4c2
parent2e3f98f7ab3e06308517b0ac0e5858662d468f86 (diff)
downloaddrakx-ce98a82769a595e73aa8c0d8ec4ff9d9fdde8734.tar
drakx-ce98a82769a595e73aa8c0d8ec4ff9d9fdde8734.tar.gz
drakx-ce98a82769a595e73aa8c0d8ec4ff9d9fdde8734.tar.bz2
drakx-ce98a82769a595e73aa8c0d8ec4ff9d9fdde8734.tar.xz
drakx-ce98a82769a595e73aa8c0d8ec4ff9d9fdde8734.zip
Updated POT file
Diffstat