Merged user post link to context

This commit is contained in:
moodler
2007-03-15 13:38:26 +00:00
parent e51efd7ea7
commit 9de96c06e6
+2 -2
View File
@@ -114,7 +114,7 @@
$post->subject = $fullsubject;
$fulllink = "<a href=\"discuss.php?d=$post->discussion#$post->id\">".
$fulllink = "<a href=\"discuss.php?d=$post->discussion#p$post->id\">".
get_string("postincontext", "forum")."</a>";
forum_print_post($post, $course->id, false, false, false, false, $fulllink);
@@ -129,4 +129,4 @@
echo '</div>';
print_footer($course);
?>
?>