added course privilege
authorgreg gay <ggay@ocad.ca>
Tue, 6 Dec 2005 15:59:20 +0000 (15:59 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 6 Dec 2005 15:59:20 +0000 (15:59 -0000)
docs/mods/acollab/module_install.php

index 9c4ca79..53a7d86 100644 (file)
@@ -3,6 +3,8 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
        \r
 global $db;\r
 \r
+$_course_privilege = TRUE; // possible values: FALSE | AT_PRIV_ADMIN | TRUE\r
+\r
 // check if both constants defined\r
 if (!defined('AC_PATH') || !defined('AC_TABLE_PREFIX')) {      \r
        $msg->addError(array('MODULE_INSTALL', '<li>You must uncomment and define the AC_PATH and AC_TABLE_PREFIX variables at the bottom of the ./mod/acollab/module.php file.</li>'));\r