get_record('course', array('id'=> $id))) { error('Course ID is incorrect'); } if ($att = array_pop(get_all_instances_in_course('attforblock', $course, NULL, true))) { redirect("view.php?id=$att->coursemodule"); } else { print_error('notfound', 'attforblock'); } ?>