mirror of https://github.com/BOINC/boinc.git
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:
parent
659744798d
commit
23f491368b
|
@ -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.
|
||||
|
||||
|
||||
|
||||
?>
|
Loading…
Reference in New Issue