diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-11-06 14:24:34 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-11-06 14:24:34 +0000 |
commit | cf465cda3f92bbd93b7cd5fe9c1a69e199c245c0 (patch) | |
tree | e8a07d9321d58c11e12cbd18347edc572e4504f1 /phpBB/memberlist.php | |
parent | 541a04972584cb95b349fe182e164c9629d5f360 (diff) | |
download | forums-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.php | 1 |
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&i=zebra&add=" . urlencode($member['username']), + 'U_ADD_FOE' => "ucp.$phpEx$SID&i=zebra&mode=foes&add=" . urlencode($member['username']), 'U_ACTIVE_FORUM' => "viewforum.$phpEx$SID&f=$active_f_id", 'U_ACTIVE_TOPIC' => "viewtopic.$phpEx$SID&t=$active_t_id",) ); |