Index: temp_moodle_dev/moodle/mod/glossary/print.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/glossary/print.php,v diff -u -r1.1 -r1.2 --- temp_moodle_dev/moodle/mod/glossary/print.php 14 Nov 2008 06:29:49 -0000 1.1 +++ temp_moodle_dev/moodle/mod/glossary/print.php 19 Nov 2008 06:48:59 -0000 1.2 @@ -180,6 +180,6 @@ glossary_print_entry($course, $cm, $glossary, $entry, $mode, $hook,1,$displayformat,false,true); } } - - print_footer('empty'); + //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_footer('empty',null, false,$glossary->is_lams); ?>