*** empty log message ***

svn path=/trunk/boinc/; revision=2740
This commit is contained in:
David Anderson 2003-12-03 06:39:43 +00:00
parent b337a4345f
commit 63178f883b
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ function show_forum_title($forum=NULL, $thread=NULL, $helpdesk=false) {
if ($helpdesk) {
echo "<a href=help_desk.php>", " Questions and problems</a> : ";
} else {
echo "<a href=index.php>", " Messages boards</a> : ";
echo "<a href=index.php>", " Message boards</a> : ";
}
echo "<a href=\"forum.php?id=", $forum->id, "\">", $forum->title, "</a> : ";
echo $thread->title;