]> git.wh0rd.org Git - tt-rss.git/commitdiff
do not output topmost articles in CDM headlines
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 15 May 2007 07:54:42 +0000 (08:54 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 15 May 2007 07:54:42 +0000 (08:54 +0100)
backend.php

index 1af01a7b8d3eb4ce762db194e833548b590911a0..9ca9e05363b5d0be1dcc88b3f5cc65233cc3c83e 100644 (file)
 
                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);