- user web: disable feature where answered questions are

shown in green - not ready for prime time.

svn path=/trunk/boinc/; revision=14277
This commit is contained in:
David Anderson 2007-11-21 00:46:54 +00:00
parent 05fb140544
commit de2efcbc38
2 changed files with 9 additions and 1 deletions

View File

@ -11480,3 +11480,10 @@ David 20 Nov 2007
html/inc/
forum.inc
profile.inc
David 20 Nov 2007
- user web: disable feature where answered questions are
shown in green - not ready for prime time.
html/user/
forum_forum.php

View File

@ -114,7 +114,8 @@ function show_forum($forum, $start, $sort_style, $user) {
$owner = BoincUser::lookup_id($thread->owner);
$unread = thread_is_unread($user, $thread);
if ($thread->status==1){
//if ($thread->status==1){
if (0) {
// This is an answered helpdesk thread
echo '<tr class="row_hd'.$n.'">';
} else {