]> git.mjollnir.org Git - moodle.git/commitdiff
Updates for visual stuff
authormoodler <moodler>
Fri, 15 Sep 2006 06:07:29 +0000 (06:07 +0000)
committermoodler <moodler>
Fri, 15 Sep 2006 06:07:29 +0000 (06:07 +0000)
lib/accesslib.php

index fb6dda914e0afc651c3e774c9cec17b80bfed8ee..d19100a628664154056dacfef86e29740df76dcd 100755 (executable)
@@ -15,6 +15,7 @@
   */
 
 // permission definitions
+define('CAP_INHERIT', 0);
 define('CAP_ALLOW', 1);
 define('CAP_PREVENT', -1);
 define('CAP_PROHIBIT', -1000);