message MDL-22320 Corrected a not quite right method description
authorAndrew Davis <andrew@affinitysoftware.net>
Wed, 30 Jun 2010 06:35:47 +0000 (06:35 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Wed, 30 Jun 2010 06:35:47 +0000 (06:35 +0000)
lib/moodlelib.php

index 0f03b31..ca95339 100644 (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;