]> git.wh0rd.org Git - tt-rss.git/commitdiff
vfeed group: disable special clause for Fresh feed
authorAndrew Dolgov <fox@madoka.spb.ru>
Sat, 17 May 2008 14:41:49 +0000 (15:41 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sat, 17 May 2008 14:41:49 +0000 (15:41 +0100)
functions.php

index f8d806715c2b40a2ff3c4266ec9bc7d2518961d6..cf17a2a9c1538c34b34a288b67ef6b4f7aeeac3a 100644 (file)
                                                $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