1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 12:05:37 +02:00
git-svn-id: file:///svn/phpbb/trunk@5827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-04-22 18:27:00 +00:00
parent f878d0cf95
commit 0a0976d6e7

View File

@ -222,7 +222,7 @@ function mcp_post_details($id, $mode, $action)
WHERE p.poster_id = u.user_id
AND p.poster_ip = '{$post_info['poster_ip']}'
AND p.poster_id <> {$post_info['user_id']}
GROUP BY u.user_id
GROUP BY u.user_id, u.username
ORDER BY postings DESC";
$result = $db->sql_query($sql);