Updates the activity field of every thread in the forum, based on an exponentially decreasing score calculated from how recent the posts in the thread are.

svn path=/trunk/boinc/; revision=1873
This commit is contained in:
David Anderson 2003-07-30 00:54:22 +00:00
parent 659744798d
commit 23f491368b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/usr/local/bin/php
<?php
require_once("../html_user/db.inc");
require_once("../html_user/forum/forum.inc");
db_init();
// TODO: Update activity fields for all threads here.
?>