]> git.mjollnir.org Git - moodle.git/commitdiff
Merged user post link to context
authormoodler <moodler>
Thu, 15 Mar 2007 13:38:26 +0000 (13:38 +0000)
committermoodler <moodler>
Thu, 15 Mar 2007 13:38:26 +0000 (13:38 +0000)
mod/forum/user.php

index 98b728dcf12fec0c85aefc97672cf564df304064..a01ca3d02ba69ad446eb72e1e8fd78306a55acd0 100644 (file)
 
             $post->subject = $fullsubject;
 
-            $fulllink = "<a href=\"discuss.php?d=$post->discussion#$post->id\">".
+            $fulllink = "<a href=\"discuss.php?d=$post->discussion#p$post->id\">".
                          get_string("postincontext", "forum")."</a>";
 
             forum_print_post($post, $course->id, false, false, false, false, $fulllink);
     echo '</div>';
     print_footer($course);
 
-?>
\ No newline at end of file
+?>