mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-04 21:21:01 +02:00
limitbox now actually works
This commit is contained in:
parent
0c67440670
commit
ad3cb7108e
@ -360,12 +360,9 @@
|
|||||||
|
|
||||||
$unread_entries = pg_fetch_result($result, 0, "unread_entries"); */
|
$unread_entries = pg_fetch_result($result, 0, "unread_entries"); */
|
||||||
|
|
||||||
/* if ($limit < $unread_entries)
|
|
||||||
$limit = $unread_entries;
|
|
||||||
|
|
||||||
if ($limit != "All") {
|
if ($limit != "All") {
|
||||||
$limit_query_part = "LIMIT " . $limit;
|
$limit_query_part = "LIMIT " . $limit;
|
||||||
} */
|
}
|
||||||
|
|
||||||
$result = pg_query("SELECT
|
$result = pg_query("SELECT
|
||||||
id,title,updated,unread,feed_id,marked,link,
|
id,title,updated,unread,feed_id,marked,link,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user