summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 08:09:48 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 08:09:48 +0100
commita545b564422750af49f3d051873eef2d30592665 (patch)
tree24051eb02f35f335fc30dea8ba96a9a41fd432fc /update_daemon.php
parentb6104dee39262371c75cd617adaeca7a89456a4a (diff)
use author attribute
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 62f0982fc..8eca25b59 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -49,6 +49,10 @@
}
while (true) {
+
+ print "Purging old posts...\n";
+
+ global_purge_old_posts($link, false);
// FIXME: get all scheduled updates w/forced refetch
// Stub, until I figure out if it is really needed.