summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 15:30:01 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 15:30:01 +0100
commitd34169139c3d1203b8c882ae9c254eb3f31b0dd7 (patch)
treeb36dff59c298c0cfd94337fa15bf532f36e205cf /backend.php
parentab9d9e8df4c4a0f8f33b805f72b74bc977336b2a (diff)
fix global search again...
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index e6d330ce1..5cb58fb60 100644
--- a/backend.php
+++ b/backend.php
@@ -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,";