diff options
| author | Nils Adermann <naderman@naderman.de> | 2008-06-04 15:48:00 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2008-06-04 15:48:00 +0000 |
| commit | a11f41986f64916fe38f887ced2b6102ef8cf5d1 (patch) | |
| tree | 992dbbb637155342075ae4410b61abaa590eb644 | |
| parent | 150c6c4c245ac2728bca78aee998da9fe8ca7bb8 (diff) | |
| download | forums-a11f41986f64916fe38f887ced2b6102ef8cf5d1.tar forums-a11f41986f64916fe38f887ced2b6102ef8cf5d1.tar.gz forums-a11f41986f64916fe38f887ced2b6102ef8cf5d1.tar.bz2 forums-a11f41986f64916fe38f887ced2b6102ef8cf5d1.tar.xz forums-a11f41986f64916fe38f887ced2b6102ef8cf5d1.zip | |
corrected link for searching post author's other posts [Bug #26455]
git-svn-id: file:///svn/phpbb/trunk@8600 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 4ad1d05caf..7577afc0ff 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1065,7 +1065,7 @@ while ($row = $db->sql_fetchrow($result)) 'msn' => ($row['user_msnm'] && $auth->acl_get('u_sendim')) ? append_sid('memberlist', "mode=contact&action=msnm&u=$poster_id") : '', 'yim' => ($row['user_yim']) ? 'http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($row['user_yim']) . '&.src=pg' : '', 'jabber' => ($row['user_jabber'] && $auth->acl_get('u_sendim')) ? append_sid('memberlist', "mode=contact&action=jabber&u=$poster_id") : '', - 'search' => ($auth->acl_get('u_search')) ? append_sid('search', 'search_author=' . urlencode($row['username']) .'&showresults=posts') : '', + 'search' => ($auth->acl_get('u_search')) ? append_sid('search', 'search_author=' . urlencode($row['username']) .'&sr=posts') : '', ); get_user_rank($row['user_rank'], $row['user_posts'], $user_cache[$poster_id]['rank_title'], $user_cache[$poster_id]['rank_image'], $user_cache[$poster_id]['rank_image_src']); |
