Index: temp_moodle_dev/moodle/mod/glossary/print.php =================================================================== diff -u -r5251d2a62e0e78377219456d6bba613eb2d1fd26 -rae465e5a7d3f73c6a9a65042c15fb2915be164e6 --- temp_moodle_dev/moodle/mod/glossary/print.php (.../print.php) (revision 5251d2a62e0e78377219456d6bba613eb2d1fd26) +++ temp_moodle_dev/moodle/mod/glossary/print.php (.../print.php) (revision ae465e5a7d3f73c6a9a65042c15fb2915be164e6) @@ -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); ?>