aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-11-06 14:24:34 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-11-06 14:24:34 +0000
commitcf465cda3f92bbd93b7cd5fe9c1a69e199c245c0 (patch)
treee8a07d9321d58c11e12cbd18347edc572e4504f1 /phpBB/memberlist.php
parent541a04972584cb95b349fe182e164c9629d5f360 (diff)
downloadforums-cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0.tar
forums-cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0.tar.gz
forums-cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0.tar.bz2
forums-cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0.tar.xz
forums-cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0.zip
- minor fixes
git-svn-id: file:///svn/phpbb/trunk@5024 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 8e903d33a6..b77be7e212 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -427,6 +427,7 @@ switch ($mode)
'S_CUSTOM_FIELDS' => (sizeof($profile_fields)) ? true : false,
'U_ADD_FRIEND' => "ucp.$phpEx$SID&amp;i=zebra&amp;add=" . urlencode($member['username']),
+ 'U_ADD_FOE' => "ucp.$phpEx$SID&amp;i=zebra&amp;mode=foes&amp;add=" . urlencode($member['username']),
'U_ACTIVE_FORUM' => "viewforum.$phpEx$SID&amp;f=$active_f_id",
'U_ACTIVE_TOPIC' => "viewtopic.$phpEx$SID&amp;t=$active_t_id",)
);