1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 03:51:28 +00:00

rescore: remove article limit

This commit is contained in:
Andrew Dolgov
2008-04-30 11:54:26 +01:00
parent 5daa24f233
commit ef1b0366ff
2 changed files with 3 additions and 2 deletions

View File

@@ -484,7 +484,7 @@
ttrss_user_entries, ttrss_entries
WHERE ref_id = id AND feed_id = '$id' AND
owner_uid = " .$_SESSION['uid']."
ORDER BY updated DESC LIMIT 100");
");
$scores = array();