From 2be3da41fc755aa2cd9eacda4ab39829f3faeea9 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Wed, 11 May 2005 03:50:01 +0000 Subject: [PATCH] Added credit/recent average credit to brief description of users in forum postings. svn path=/trunk/boinc/; revision=6101 --- html/inc/forum.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 61f402b3f5..d6691de9e2 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -214,6 +214,8 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS // by displaying the user id of the poster. // its cheap, easy, and doesn't require any additional database calls. echo "ID: $user->id
"; + printf("Credit: %.0f
", $user->total_credit); + printf("RAC: %.1f
", $user->expavg_credit); echo "\n\t\t ";