
|
If you were logged in you would be able to see more operations.
|
|
|
|
in cron.php the call:
mtrace("Deleted assignment for user $assign->userid from course $assign->courseid");
is misleading it sounds like it is referring to the assignment module, when it is actually a "role assignment" we should change it to something like::
mtrace("Deleted role assignment for user $assign->userid from course $assign->courseid");
|
|
Description
|
in cron.php the call:
mtrace("Deleted assignment for user $assign->userid from course $assign->courseid");
is misleading it sounds like it is referring to the assignment module, when it is actually a "role assignment" we should change it to something like::
mtrace("Deleted role assignment for user $assign->userid from course $assign->courseid"); |
Show » |
|
removing user $assign->userid from course $assign->courseid as they have not accessed the course for over $CFG->longtimenosee days