mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix bug #497740
git-svn-id: file:///svn/phpbb/trunk@1742 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4c98870751
commit
520f3ceb55
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
|||
else if( $search_id == "unanswered" )
|
||||
{
|
||||
|
||||
$search_sql = "t.topic_replies = 0 ";
|
||||
$search_sql = "t.topic_replies = 0 AND t.topic_moved_id = 0";
|
||||
|
||||
//
|
||||
// Basic requirements
|
||||
|
|
Loading…
Add table
Reference in a new issue