From 850e7ac56454933e8a68a2e2008167358e8ccec7 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 23 Jul 2007 09:11:57 +0000 Subject: [PATCH] Merged fix for full link to post in search results , from stable --- 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 9cd5cc9a4a..a15cc94f5b 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -246,7 +246,7 @@ $post->message = $message; } - $fulllink = "discussion#$post->id\">".get_string("postincontext", "forum").""; + $fulllink = "discussion#p$post->id\">".get_string("postincontext", "forum").""; //search terms already highlighted - fiedorow - 9/2/2005 $SESSION->forum_search = true; -- 2.39.5