summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 15:41:49 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 15:41:49 +0100
commita91c7082bd3a5198ce6d7c56df9a0903a95e7310 (patch)
tree6b7ddda9a2278d9a6db636f223157e7b0453eec6 /functions.php
parent5cf0cc5df57f02b771441fcd9ced40ea82c9eff4 (diff)
vfeed group: disable special clause for Fresh feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index f8d806715..cf17a2a9c 100644
--- a/functions.php
+++ b/functions.php
@@ -3272,13 +3272,15 @@
$order_by = "ttrss_feeds.title, $order_by";
}
- if ($feed == -3) {
+ // Special output for Fresh feed
+
+/* if ($feed == -3) {
$group_limit_part = "(select count(*) from
ttrss_user_entries AS t1, ttrss_entries AS t2 where
t1.ref_id = t2.id and t1.owner_uid = 2 and
t1.feed_id = ttrss_user_entries.feed_id and
t2.updated > ttrss_entries.updated) <= 5 AND";
- }
+} */
}
$query = "SELECT