Index: temp_moodle_dev/moodle/mod/forum/markposts.php
===================================================================
RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/forum/markposts.php,v
diff -u -r1.1 -r1.2
--- temp_moodle_dev/moodle/mod/forum/markposts.php 14 Nov 2008 06:30:16 -0000 1.1
+++ temp_moodle_dev/moodle/mod/forum/markposts.php 10 Dec 2008 23:40:58 -0000 1.2
@@ -42,7 +42,8 @@
print_header($course->shortname, $course->fullname, $navigation, '', '', true, "", navmenu($course, $cm));
notice_yesno(get_string('noguesttracking', 'forum').'
'.get_string('liketologin'),
$wwwroot, $returnto);
- print_footer($course);
+ //we pass a new parameter to the function so it won't we printed if is_lams=1
+ print_footer($course,null, false,$cm->is_lams);
exit;
}