A new constant for chat pages.

This commit is contained in:
defacer
2005-02-09 15:26:43 +00:00
parent b83eee7daa
commit 023c4bb737
+1
View File
@@ -113,6 +113,7 @@ define('PARAM_BOOL', 0x0800); //convert to value 1 or 0 using empty()
*/
define('PAGE_COURSE_VIEW', 'course-view');
define('PAGE_QUIZ_VIEW', 'mod-quiz-view');
define('PAGE_CHAT_VIEW', 'mod-chat-view');
/// PARAMETER HANDLING ////////////////////////////////////////////////////