]> git.wh0rd.org Git - tt-rss.git/commitdiff
limitbox now actually works
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 7 Sep 2005 07:51:01 +0000 (08:51 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 7 Sep 2005 07:51:01 +0000 (08:51 +0100)
backend.php

index bf8394b0b25c05d8c809fab8509906fbae437d8b..a93ca57b748824bd495aac428a5d759749bf8eb9 100644 (file)
 
                $unread_entries = pg_fetch_result($result, 0, "unread_entries"); */
 
-/*             if ($limit < $unread_entries) 
-                       $limit = $unread_entries;
-
                if ($limit != "All") {
                        $limit_query_part = "LIMIT " . $limit;
-               } */
+               } 
 
                $result = pg_query("SELECT 
                                id,title,updated,unread,feed_id,marked,link,