Index: temp_moodle_dev/moodle/mod/choice/index.php =================================================================== diff -u -rc3addab405f3a6e27ffcc56049b9dfc97c3caf23 -r232e629e5780aff8414775cfa330c0b0410b353a --- temp_moodle_dev/moodle/mod/choice/index.php (.../index.php) (revision c3addab405f3a6e27ffcc56049b9dfc97c3caf23) +++ temp_moodle_dev/moodle/mod/choice/index.php (.../index.php) (revision 232e629e5780aff8414775cfa330c0b0410b353a) @@ -21,8 +21,6 @@ print_header_simple("$strchoices", "", $navigation, "", "", true, "", navmenu($course)); - //m - //if (! $choices = get_all_instances_in_course("choice", $course)) { if (! $choices = get_all_instances_in_course("choice", $course)) { notice(get_string('thereareno', 'moodle', $strchoices), "../../course/view.php?id=$course->id"); }