svn path=/trunk/boinc/; revision=15776

This commit is contained in:
David Anderson 2008-08-07 22:13:37 +00:00
parent d561c91a3e
commit 13f51d2402
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ function show_post(
} }
if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) { if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) {
$url = "forum_reply.php?thread=" . $thread->id . "&post=" . $post->id . "#input"; $url = "forum_reply.php?thread=" . $thread->id . "&post=" . $post->id . "#input";
echo "    ";
show_button($url, "Reply", "Post a reply to this message"); show_button($url, "Reply", "Post a reply to this message");
} }
echo "</td></tr>"; echo "</td></tr>";