mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
e83131d86f
commit
cc8be01b33
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue