diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 08:09:48 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 08:09:48 +0100 |
| commit | a545b564422750af49f3d051873eef2d30592665 (patch) | |
| tree | 24051eb02f35f335fc30dea8ba96a9a41fd432fc /update_daemon.php | |
| parent | b6104dee39262371c75cd617adaeca7a89456a4a (diff) | |
use author attribute
Diffstat (limited to 'update_daemon.php')
| -rw-r--r-- | update_daemon.php | 4 |
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. |