From: Andrew Dolgov Date: Wed, 7 Sep 2005 07:51:01 +0000 (+0100) Subject: limitbox now actually works X-Git-Tag: 1.0.3~15 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad3cb7108ecae37b0eefad942ef04b0cee473860;p=tt-rss.git limitbox now actually works --- diff --git a/backend.php b/backend.php index bf8394b0..a93ca57b 100644 --- a/backend.php +++ b/backend.php @@ -360,12 +360,9 @@ $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,