]> git.mjollnir.org Git - moodle.git/commit
role_assign() and role_unassign() now call these hooks in each module:
authormoodler <moodler>
Wed, 13 Sep 2006 08:07:14 +0000 (08:07 +0000)
committermoodler <moodler>
Wed, 13 Sep 2006 08:07:14 +0000 (08:07 +0000)
commit0f161e1fee279c6771160170194eb75ec855bcd2
tree5a39a8da86cbccb0935807866d8de389ae5bb1da
parente82dc9bb41f77cdb3017a050ccc9138fdae72e61
role_assign() and role_unassign() now call these hooks in each module:

    xxx_role_assign()

    xxx_role_unassign()

so that modules can do stuff they might need to do (eg subscriptions etc)
lib/accesslib.php