mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
Merge branch '3.3.x'
This commit is contained in:
@ -418,7 +418,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||||||
if ($sort_key == 'a')
|
if ($sort_key == 'a')
|
||||||
{
|
{
|
||||||
$sort_join = USERS_TABLE . ' u, ';
|
$sort_join = USERS_TABLE . ' u, ';
|
||||||
$sql_sort = ' AND u.user_id = ' . ($show_results == 'posts' ? 'p.poster_id' : 't.topic_last_poster_id ') . $sql_sort;
|
$sql_sort = ' AND u.user_id = ' . ($show_results == 'posts' ? 'p.poster_id ' : 't.topic_last_poster_id ') . $sql_sort;
|
||||||
}
|
}
|
||||||
if ($show_results == 'posts')
|
if ($show_results == 'posts')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user