From: moodler Date: Sun, 31 Aug 2003 06:39:06 +0000 (+0000) Subject: Search results link use the anchor tag rather than parent for better context X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1c10b4c5c174bfca072274e1105b60a4462bdcc6;p=moodle.git Search results link use the anchor tag rather than parent for better context --- 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 "
";