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.2 -r1.3 --- temp_moodle_dev/moodle/mod/glossary/print.php 19 Nov 2008 06:48:59 -0000 1.2 +++ temp_moodle_dev/moodle/mod/glossary/print.php 28 Oct 2009 07:32:01 -0000 1.3 @@ -173,13 +173,13 @@ $pivottoshow = fullname($user); } - echo "

".clean_text($pivottoshow)."

" ; + echo "

".clean_text($pivottoshow)."

" ; } } glossary_print_entry($course, $cm, $glossary, $entry, $mode, $hook,1,$displayformat,false,true); } } - //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); ?>