limitbox now actually works

This commit is contained in:
Andrew Dolgov 2005-09-07 08:51:01 +01:00
parent 0c67440670
commit ad3cb7108e
1 changed files with 1 additions and 4 deletions

View File

@ -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,