Index: moodle/mod/lamslesson/view.php =================================================================== diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -r838dc1f2f02215e3ee88c3030fb2b911db52a957 --- moodle/mod/lamslesson/view.php (.../view.php) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd) +++ moodle/mod/lamslesson/view.php (.../view.php) (revision 838dc1f2f02215e3ee88c3030fb2b911db52a957) @@ -56,7 +56,7 @@ $PAGE->set_url('/mod/lamslesson/view.php', array('id' => $cm->id)); $PAGE->set_title($lamslesson->name); $PAGE->set_heading($course->shortname); -$PAGE->set_button(update_module_button($cm->id, $course->id, get_string('modulename', 'lamslesson'))); +// $PAGE->set_button(update_module_button($cm->id, $course->id, get_string('modulename', 'lamslesson'))); // Main page $options_html = '';