if (!empty($cm->showdescription) or $cm->modname == 'label') {
// We want to use the external format. However from reading get_formatted_content(), $cm->content format is always FORMAT_HTML.
+ $options = array('noclean' => true);
list($module['description'], $descriptionformat) = external_format_text($cm->content,
- FORMAT_HTML, $modcontext->id, $cm->modname, 'intro', $cm->id);
+ FORMAT_HTML, $modcontext->id, $cm->modname, 'intro', $cm->id, $options);
}
//url of the module
*/
public static function check_updates($courseid, $tocheck, $filter = array()) {
global $CFG, $DB;
+ require_once($CFG->dirroot . "/course/lib.php");
$params = self::validate_parameters(
self::check_updates_parameters(),