Formatting.

svn path=/trunk/boinc/; revision=1851
This commit is contained in:
David Anderson 2003-07-29 01:15:00 +00:00
parent d6628063fe
commit 2792b35600
2 changed files with 2 additions and 3 deletions

View File

@ -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]);

View File

@ -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>