From a8f8e30fcfb204f011970ca3c20211e26300f2f2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 May 2007 08:54:42 +0100 Subject: [PATCH] do not output topmost articles in CDM headlines --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 1af01a7b8..9ca9e0536 100644 --- a/backend.php +++ b/backend.php @@ -200,7 +200,7 @@ print "]]>"; - if (is_array($topmost_article_ids)) { + if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; foreach ($topmost_article_ids as $id) { outputArticleXML($link, $id, $feed, false);