1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

active_feed_is_cat, active_feed_id handling changes

This commit is contained in:
Andrew Dolgov
2009-01-17 11:14:45 +01:00
parent 617698d710
commit 3d72bbdb4f
7 changed files with 62 additions and 54 deletions

View File

@@ -281,7 +281,7 @@
WHERE id = '$feed' AND owner_uid = ".$_SESSION["uid"]);
}
print "<headlines id=\"$feed\"><![CDATA[";
print "<headlines id=\"$feed\" is_cat=\"$cat_view\"><![CDATA[";
$override_order = false;