Index: temp_moodle_dev/moodle/mod/glossary/comments.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/glossary/comments.php,v diff -u -r1.2 -r1.3 --- temp_moodle_dev/moodle/mod/glossary/comments.php 27 Nov 2008 02:15:48 -0000 1.2 +++ temp_moodle_dev/moodle/mod/glossary/comments.php 10 Dec 2008 23:52:23 -0000 1.3 @@ -6,6 +6,7 @@ $id = required_param('id', PARAM_INT); // Course Module ID $eid = required_param('eid', PARAM_INT); // Entry ID + $next = optional_param('next', 0, PARAM_INT); // 1 if new entry in Lams global $USER, $CFG; @@ -70,8 +71,9 @@ } else { print_heading(get_string("nocomments","glossary")); } - - + if($glossary->is_lams==1&&$next==1){ //lams: display the next activity button + include('showlamsnext.php'); + } /// Finish the page //we pass a new parameter to the function so it won't we printed if is_lams=1