summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 4b7e9e6ba..d60ec0ca8 100644
--- a/functions.php
+++ b/functions.php
@@ -5288,14 +5288,14 @@
print $labels_str;
- if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
+ /* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
if (@$line["feed_title"]) {
print "<span class=\"hlFeed\">
(<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
$line["feed_title"]."</a>)
</span>";
}
- }
+ } */
print "</td>";