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
|
combined
(merge:
8ec7c2c
5720019
)
Merge branch 'MDL-32873-master-1' of git://git.luns.net.uk/moodle
author
Sam Hemelryk
<sam@moodle.com>
Mon, 14 May 2012 01:39:55 +0000
(13:39 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 14 May 2012 01:39:55 +0000
(13:39 +1200)
Conflicts:
course/lib.php
1
2
course/lib.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
course/lib.php
index
7fb8405
,
88de106
..
6579cf3
---
1
/
course/lib.php
---
2
/
course/lib.php
+++ b/
course/lib.php
@@@
-4516,8
-4548,7
+4548,9
@@@
function include_course_ajax($course, $
$PAGE->requires->string_for_js('pluginname', $module);
}
+ // Prevent caching of this page to stop confusion when changing page after making AJAX changes
+ $PAGE->set_cacheable(false);
+ return true;
}
/**