From 5890c3f44be9eb4bfdf1dd9e40b2e0100e094813 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Dec 2005 18:33:25 +0100 Subject: [PATCH] fix broken pref-filters display on PG --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index f848ac53..925970fc 100644 --- a/backend.php +++ b/backend.php @@ -2417,8 +2417,8 @@ ttrss_filter_actions.description AS action_description, ttrss_feeds.title AS feed_title FROM - ttrss_filters,ttrss_filter_types,ttrss_filter_actions LEFT JOIN - ttrss_feeds ON (feed_id = ttrss_feeds.id) + ttrss_filter_types,ttrss_filter_actions,ttrss_filters LEFT JOIN + ttrss_feeds ON (ttrss_filters.feed_id = ttrss_feeds.id) WHERE filter_type = ttrss_filter_types.id AND ttrss_filter_actions.id = action_id AND -- 2.39.5