From f95c2a73ca21e7f6fc17134f44895e714272f989 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 20 Jun 2003 06:50:14 +0000 Subject: [PATCH] Anchors on threaded posts too --- mod/forum/lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.39.5