From 76684fc7f4cd4745c482281ecbbc3f1974445f91 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Dec 2005 10:25:00 +0100 Subject: [PATCH] inline feed editor did not display correct category in the dropbox --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 0b051a16..9307f78a 100644 --- a/backend.php +++ b/backend.php @@ -1508,7 +1508,7 @@ $result = db_query($link, "SELECT id,title,feed_url,substring(last_updated,1,16) as last_updated, - update_interval,purge_interval, + update_interval,purge_interval,cat_id, (SELECT title FROM ttrss_feed_categories WHERE id = cat_id) AS category FROM -- 2.39.5