1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

do not output topmost articles in CDM headlines

This commit is contained in:
Andrew Dolgov 2007-05-15 08:54:42 +01:00
parent 67343d9f9b
commit a8f8e30fcf

View File

@ -200,7 +200,7 @@
print "]]></headlines>";
if (is_array($topmost_article_ids)) {
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {
print "<articles>";
foreach ($topmost_article_ids as $id) {
outputArticleXML($link, $id, $feed, false);