mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
Change ego search back to topic output rather than posts (as was till last update) .. even though it does say view own posts ..
git-svn-id: file:///svn/phpbb/trunk@1941 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -173,7 +173,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
|||||||
FROM " . POSTS_TABLE . "
|
FROM " . POSTS_TABLE . "
|
||||||
WHERE poster_id = " . $userdata['user_id'];
|
WHERE poster_id = " . $userdata['user_id'];
|
||||||
|
|
||||||
$show_results = "posts";
|
$show_results = "topics";
|
||||||
$sortby = 0;
|
$sortby = 0;
|
||||||
$sortby_dir = "DESC";
|
$sortby_dir = "DESC";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user