From 30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 11 May 2003 00:58:14 +0000 Subject: Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index c530328658..b5a37e6bb3 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1287,7 +1287,7 @@ function page_header($page_title = '') 'U_INDEX' => 'index.'.$phpEx.$SID, 'U_SEARCH' => 'search.'.$phpEx.$SID, 'U_REGISTER' => 'ucp.'.$phpEx.$SID.'&mode=register', - 'U_PROFILE' => 'ucp.'.$phpEx.$SID.'&mode=editprofile', + 'U_PROFILE' => 'ucp.'.$phpEx.$SID, 'U_MODCP' => 'mcp.'.$phpEx.$SID, 'U_FAQ' => 'faq.'.$phpEx.$SID, 'U_SEARCH_SELF' => 'search.'.$phpEx.$SID.'&search_id=egosearch', -- cgit v1.2.1