--- db/prgsrc/db.cgi 2010/04/24 18:04:14 1.159 +++ db/prgsrc/db.cgi 2010/09/24 07:01:52 1.160 @@ -233,7 +233,7 @@ sub SelectQuestions { # my $where=join " OR ",@$q; my $where=join ',',@$q; $where &&= "QuestionId IN (".(join ',',$where).")"; - $where||=1; + $where||=0; $where="($where) AND Questions.ParentId=t1.Id AND t1.ParentId=t2.Id" if $WithTour;