summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php5
1 files changed, 1 insertions, 4 deletions
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,