Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Dan Poltawski
2012-11-15 16:26:26 +08:00
+1
View File
@@ -1252,6 +1252,7 @@ function get_module_types_names($plural = false) {
function course_set_marker($courseid, $marker) {
global $DB;
$DB->set_field("course", "marker", $marker, array('id' => $courseid));
format_base::reset_course_cache($courseid);
}
/**