]> git.mjollnir.org Git - moodle.git/commitdiff
$cours typo fixed
authorskodak <skodak>
Fri, 15 Feb 2008 08:33:29 +0000 (08:33 +0000)
committerskodak <skodak>
Fri, 15 Feb 2008 08:33:29 +0000 (08:33 +0000)
mod/forum/search.php

index f57ac7c931b03e5ab646ee98e326cbe1d8dcfc60..dcdc15ba1e671881411667d4eeff5ce6583006b1 100644 (file)
         $fulllink = "<a href=\"discuss.php?d=$post->discussion#p$post->id\">".get_string("postincontext", "forum")."</a>";
 
         // Now pring the post.
-        forum_print_post($post, $discussion, $forum, $cm, $cours, false, false, false, false,
+        forum_print_post($post, $discussion, $forum, $cm, $course, false, false, false, false,
                 $fulllink, $strippedsearch, -99, false);
     }