moodle/mod/assignment
moodler 0468976c9a SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)

The $kill thing was removed.   If you want to assert a capability
then use:

    require_capability('capname', $context);

with optional variables to modify the error message

Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
..
2006-08-08 05:13:06 +00:00
2006-08-14 05:55:40 +00:00
2006-01-13 03:45:31 +00:00
2006-04-05 07:46:52 +00:00
2006-08-14 05:55:40 +00:00
2006-08-09 13:45:49 +00:00
2006-04-11 16:09:52 +00:00