fix global search again...

This commit is contained in:
Andrew Dolgov 2005-11-19 15:30:01 +01:00
parent ab9d9e8df4
commit d34169139c
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@
$vfeed_query_part = "";
// override query strategy and enable feed display when searching globally
if ($search_mode == "All feeds") {
if ($search && $search_mode == "All feeds") {
$query_strategy_part = "id > 0";
$vfeed_query_part = "(SELECT title FROM ttrss_feeds WHERE
id = feed_id) as feed_title,";