diff --git a/backend.php b/backend.php index 325c367eb..a2236c3a6 100644 --- a/backend.php +++ b/backend.php @@ -274,8 +274,8 @@ $line = pg_fetch_assoc($result); - if ($subop == "ForceUpdate") { -// (!$subop && $line["update_timeout"] > MIN_UPDATE_TIME)) { + if ($subop == "ForceUpdate" || + (!$subop && $line["update_timeout"] > MIN_UPDATE_TIME)) { update_rss_feed($link, $line["feed_url"], $feed); @@ -482,9 +482,23 @@ $total = pg_fetch_result($result, 0, "total"); $unread = pg_fetch_result($result, 0, "unread"); - print "
$feed
"; - print "
$total
"; - print "
$unread
"; + // update unread/total counters and status for active feed in the feedlist + // kludge, because iframe doesn't seem to support onload() + + print ""; if ($addheader) { print "";