summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 06:06:55 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 06:06:55 +0100
commitbb031f91fec1bd50b94d7a5286510a0c29b83e39 (patch)
treeab7cca010a0200ae0e9766a74ac75925140d9614 /functions.php
parent1ba2b87873a920f01199cfdd0c9c04b67829ecf4 (diff)
only show vfeed group titles in virtual feeds
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 737423913..d01c31d56 100644
--- a/functions.php
+++ b/functions.php
@@ -4929,7 +4929,7 @@
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
- if ($feed_id != $vgroup_last_feed) {
+ if ($feed_id != $vgroup_last_feed && $line["feed_title"]) {
$cur_feed_title = $line["feed_title"];
$vgroup_last_feed = $feed_id;
@@ -5000,7 +5000,7 @@
} else {
- if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
+ if (get_pref($link, 'VFEED_GROUP_BY_FEED') && $line["feed_title"]) {
if ($feed_id != $vgroup_last_feed) {
$cur_feed_title = $line["feed_title"];