mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
message MDL-22320 Corrected a not quite right method description
This commit is contained in:
parent
78e873c89f
commit
9356de8111
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user