mirror of https://github.com/BOINC/boinc.git
- 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:
parent
05fb140544
commit
de2efcbc38
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue