aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-05-11 00:58:14 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-05-11 00:58:14 +0000
commit30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49 (patch)
tree1a810c52171ee2b0fb38078084288b78e5c42ee5 /phpBB/includes
parent549537b9d570ac70c16f4560b9efbafa293834db (diff)
downloadforums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar
forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.gz
forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.bz2
forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.xz
forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.zip
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
Diffstat (limited to 'phpBB/includes')
-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 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.'&amp;mode=register',
- 'U_PROFILE' => 'ucp.'.$phpEx.$SID.'&amp;mode=editprofile',
+ 'U_PROFILE' => 'ucp.'.$phpEx.$SID,
'U_MODCP' => 'mcp.'.$phpEx.$SID,
'U_FAQ' => 'faq.'.$phpEx.$SID,
'U_SEARCH_SELF' => 'search.'.$phpEx.$SID.'&amp;search_id=egosearch',