From 30363d59550c98b3e640ffe3906a51c36832ac82 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 9 Jan 2006 12:15:59 +0000 Subject: [PATCH] Correct typo svn path=/trunk/boinc/; revision=9198 --- checkin_notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 8729f56893..f22c363c6b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -186,7 +186,7 @@ Bruce 9 Jan 2006 - fix bug on page that shows profile for a given user. The total number of posts made by a given user is not shown correctly. - The PHP code assumes that this numberis given by user.posts. However + The PHP code assumes that this number is given by user.posts. However in html/inc/db_forum.inc, the value of user.posts is NOT incremented each time a user makes a new post (either starting a new thread or replying to an existing one). For the moment, my