Difference Report - 6/16/2011, 9:15 AM ================================================================================ File 1: "A:\htdocs\moodle\lib\db\access_old.php" Last modified on 6/16/2011, 9:15 AM File 2: "A:\htdocs\moodle\lib\db\access.php" Last modified on 6/15/2011, 4:10 PM ================================================================================ Lines added at 1 ================================================================================ + + 'moodle/site:unrestrictedmessages' => array( + + 'riskbitmask' => RISK_SPAM, + 'captype' => 'write', + 'contextlevel' => CONTEXT_SYSTEM, + 'archetypes' => array( + 'user' => CAP_ALLOW, + 'student' => CAP_ALLOW, + 'teacher' => CAP_ALLOW, + 'editingteacher' => CAP_ALLOW, + 'coursecreator' => CAP_ALLOW, + 'manager' => CAP_ALLOW + ) + ), +