From: moodler Date: Fri, 20 Jun 2003 06:50:14 +0000 (+0000) Subject: Anchors on threaded posts too X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f95c2a73ca21e7f6fc17134f44895e714272f989;p=moodle.git Anchors on threaded posts too --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index fd5a377ea8..acea8ece64 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1728,21 +1728,21 @@ function forum_print_posts_threaded($parent, $course, $depth, $assessed, $reply) if ($posts = forum_get_child_posts($parent)) { foreach ($posts as $post) { - echo "\n"; } } else { return;