1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01: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:
Paul S. Owen 2002-01-25 01:46:35 +00:00
parent e83131d86f
commit cc8be01b33

View File

@ -173,7 +173,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
FROM " . POSTS_TABLE . "
WHERE poster_id = " . $userdata['user_id'];
$show_results = "posts";
$show_results = "topics";
$sortby = 0;
$sortby_dir = "DESC";
}