mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
- Bug #1261
git-svn-id: file:///svn/phpbb/trunk@5827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f878d0cf95
commit
0a0976d6e7
@ -222,7 +222,7 @@ function mcp_post_details($id, $mode, $action)
|
|||||||
WHERE p.poster_id = u.user_id
|
WHERE p.poster_id = u.user_id
|
||||||
AND p.poster_ip = '{$post_info['poster_ip']}'
|
AND p.poster_ip = '{$post_info['poster_ip']}'
|
||||||
AND p.poster_id <> {$post_info['user_id']}
|
AND p.poster_id <> {$post_info['user_id']}
|
||||||
GROUP BY u.user_id
|
GROUP BY u.user_id, u.username
|
||||||
ORDER BY postings DESC";
|
ORDER BY postings DESC";
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user