summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-01 10:25:00 +0100
committerAndrew Dolgov <[email protected]>2005-12-01 10:25:00 +0100
commit76684fc7f4cd4745c482281ecbbc3f1974445f91 (patch)
treecff4fc3a224e3f144db05b3a74e819cce1689d49 /backend.php
parent31483fc1ab06a34c818025a8bc26970de2998258 (diff)
inline feed editor did not display correct category in the dropbox
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 0b051a16e..9307f78ad 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