From: Andrew Dolgov Date: Thu, 29 Dec 2005 17:33:25 +0000 (+0100) Subject: fix broken pref-filters display on PG X-Git-Tag: schema_freeze_for_1.1.2~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5890c3f44be9eb4bfdf1dd9e40b2e0100e094813;p=tt-rss.git fix broken pref-filters display on PG --- 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