summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-15 08:54:42 +0100
committerAndrew Dolgov <[email protected]>2007-05-15 08:54:42 +0100
commita8f8e30fcfb204f011970ca3c20211e26300f2f2 (patch)
tree37d9fb86f291a40302be7cdfe0379543a1848647 /backend.php
parent67343d9f9bb116fe609c9d75ed1bc9266d69c356 (diff)
do not output topmost articles in CDM headlines
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 1af01a7b8..9ca9e0536 100644
--- a/backend.php
+++ b/backend.php
@@ -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);