summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 07:30:20 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 07:30:20 +0100
commitcb2461767d328b872b5b97f8133bcb0fc0284043 (patch)
tree67c1f02a2b546985bbfdd37156dd6dc8d79cde00 /backend.php
parent11c2f3fae5a492c5bbf7d93f62cee057f3aeb6aa (diff)
scheduleFeedUpdate behaviour changed (force when Update clicked, use MIN_UPDATE_TIME on startup
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index fc91ed153..71dc030cb 100644
--- a/backend.php
+++ b/backend.php
@@ -103,7 +103,7 @@
print "<p align=\"center\">All feeds:
<a class=\"button\"
- href=\"javascript:scheduleFeedUpdate()\">Update</a>";
+ href=\"javascript:scheduleFeedUpdate(true)\">Update</a>";
print "&nbsp;<a class=\"button\"
href=\"javascript:catchupAllFeeds()\">Mark as read</a></p>";