1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

use author attribute

This commit is contained in:
Andrew Dolgov
2006-02-26 08:09:48 +01:00
parent b6104dee39
commit a545b56442
2 changed files with 14 additions and 2 deletions

View File

@@ -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.