]> git.mjollnir.org Git - moodle.git/commitdiff
Something really old we'll need later
authormoodler <moodler>
Thu, 20 Dec 2007 06:45:32 +0000 (06:45 +0000)
committermoodler <moodler>
Thu, 20 Dec 2007 06:45:32 +0000 (06:45 +0000)
lib/moodlelib.php

index 9dda931f39626738a39eec00687d630fcb3c68fd..8d7f4c9090a08f580f127a87df6f27925ebf61d7 100644 (file)
@@ -234,6 +234,7 @@ define('PARAM_BASE64',   0x20000);
  * PAGE_COURSE_VIEW is a definition of a page type. For more information on the page class see moodle/lib/pagelib.php.
  */
 define('PAGE_COURSE_VIEW', 'course-view');
+define('PAGE_MOD_VIEW', 'mod-view');
 
 /// Debug levels ///
 /** no warnings at all */