call global_purge_all_posts()

This commit is contained in:
Andrew Dolgov 2008-06-24 04:25:16 +01:00
parent bcf4a5d85a
commit d16d57ff2b
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
}
}
// Purge all posts (random 30 feeds)
global_purge_old_posts($link, true, 30);
// Update all feeds needing a update.
update_daemon_common($link, $limit=0);