mirror of https://github.com/BOINC/boinc.git
parent
d6628063fe
commit
2792b35600
|
@ -66,7 +66,7 @@ doFooter();
|
|||
|
||||
<?php
|
||||
|
||||
function show_message_row($thread, $post = NULL) {
|
||||
function show_message_row($thread, $post=NULL) {
|
||||
global $logged_in_user;
|
||||
|
||||
echo "
|
||||
|
@ -120,7 +120,6 @@ function quote_text($text, $cols) {
|
|||
for ($i = 0; $i < count($lines); $i++) {
|
||||
$words = explode(" ", $lines[$i]);
|
||||
|
||||
|
||||
for ($j = 0; $j < count($words); $j++) {
|
||||
$wordLen = strlen($words[$j]);
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ if ($is_subscribed) {
|
|||
<th style="width: 150px">Author</th>
|
||||
<th>Message</th>
|
||||
</tr>
|
||||
<?php show_posts($thread) ?>
|
||||
<?php show_posts($thread, true, true) ?>
|
||||
</table>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue