]> git.mjollnir.org Git - moodle.git/commitdiff
Prevent message window on site policy page
authormoodler <moodler>
Sun, 30 Jan 2005 04:52:13 +0000 (04:52 +0000)
committermoodler <moodler>
Sun, 30 Jan 2005 04:52:13 +0000 (04:52 +0000)
user/policy.php

index cc5326b2f1fb4ff60dc4236c5a881b48c5878964..0a5f80cf36bcd799cf3cb18f949109a8c43d45a8 100644 (file)
@@ -4,6 +4,8 @@
 
     optional_param('agree', 0, PARAM_INT);
 
+    define('MESSAGE_WINDOW', true);  // This prevents the message window coming up
+
 
     if (!isset($USER->id)) {
         require_login();