From ad3cb7108ecae37b0eefad942ef04b0cee473860 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 08:51:01 +0100 Subject: limitbox now actually works --- backend.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index bf8394b0b..a93ca57b7 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, -- cgit v1.2.3