Index: temp_moodle_dev/moodle/mod/chat/gui_basic/index.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/chat/gui_basic/index.php,v diff -u -r1.1 -r1.2 --- temp_moodle_dev/moodle/mod/chat/gui_basic/index.php 14 Nov 2008 06:30:42 -0000 1.1 +++ temp_moodle_dev/moodle/mod/chat/gui_basic/index.php 16 Jan 2009 06:04:10 -0000 1.2 @@ -168,7 +168,8 @@ echo ''; - print_footer('none'); + //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);