From 23f491368baea79ade18d7897b0178d7d5b016e3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 30 Jul 2003 00:54:22 +0000 Subject: [PATCH] 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 --- html/ops/update_forum_activities.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 html/ops/update_forum_activities.php diff --git a/html/ops/update_forum_activities.php b/html/ops/update_forum_activities.php new file mode 100755 index 0000000000..1e167eb866 --- /dev/null +++ b/html/ops/update_forum_activities.php @@ -0,0 +1,13 @@ +#!/usr/local/bin/php + \ No newline at end of file