From 1c10b4c5c174bfca072274e1105b60a4462bdcc6 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 31 Aug 2003 06:39:06 +0000 Subject: [PATCH] Search results link use the anchor tag rather than parent for better context --- mod/forum/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/search.php b/mod/forum/search.php index bcb286414b..f86c589ad4 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -111,7 +111,7 @@ $post->subject = $fullsubject; - $fulllink = "

discussion&parent=$post->id\">".get_string("postincontext", "forum")."

"; + $fulllink = "

discussion#$post->id\">".get_string("postincontext", "forum")."

"; forum_print_post($post, $course->id, false, false, false, false, $fulllink, $search); echo "
"; -- 2.39.5