message MDL-22320 Corrected a not quite right method description

This commit is contained in:
Andrew Davis 2010-06-30 06:35:47 +00:00
parent 78e873c89f
commit 9356de8111

View File

@ -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;