Updates for visual stuff

This commit is contained in:
moodler 2006-09-15 06:07:29 +00:00
parent 67875aa108
commit e49e61bfe9

View File

@ -15,6 +15,7 @@
*/
// permission definitions
define('CAP_INHERIT', 0);
define('CAP_ALLOW', 1);
define('CAP_PREVENT', -1);
define('CAP_PROHIBIT', -1000);