Merged fix for full link to post in search results , from stable

This commit is contained in:
moodler 2007-07-23 09:11:57 +00:00
parent bdf3bbd198
commit 850e7ac564

View file

@ -246,7 +246,7 @@
$post->message = $message; $post->message = $message;
} }
$fulllink = "<a href=\"discuss.php?d=$post->discussion#$post->id\">".get_string("postincontext", "forum")."</a>"; $fulllink = "<a href=\"discuss.php?d=$post->discussion#p$post->id\">".get_string("postincontext", "forum")."</a>";
//search terms already highlighted - fiedorow - 9/2/2005 //search terms already highlighted - fiedorow - 9/2/2005
$SESSION->forum_search = true; $SESSION->forum_search = true;