Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
b34e885
)
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
author
Dan Poltawski
<dan@moodle.com>
Thu, 15 Nov 2012 08:26:26 +0000
(16:26 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 15 Nov 2012 08:26:26 +0000
(16:26 +0800)
course/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/course/lib.php
b/course/lib.php
index
8626b42
..
7d2ed99
100644
(file)
--- a/
course/lib.php
+++ b/
course/lib.php
@@
-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);
}
/**