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
|
patch
| inline |
side by side
(parent:
78e873c
)
message MDL-22320 Corrected a not quite right method description
author
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 30 Jun 2010 06:35:47 +0000
(06:35 +0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 30 Jun 2010 06:35:47 +0000
(06:35 +0000)
lib/moodlelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index
0f03b31
..
ca95339
100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-8898,10
+8898,13
@@
function moodle_request_shutdown() {
}
}
-/**
- * If new messages are waiting for the current user, then load the
- * JavaScript required to pop up the messaging window.
- */
+ /**
+ * If new messages are waiting for the current user, then insert
+ * JavaScript to pop up the messaging window into the page
+ *
+ * @global moodle_page $PAGE
+ * @return void
+ */
function message_popup_window() {
global $USER, $DB, $PAGE, $CFG, $SITE;